This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Two debugging patches.
authorDave Mitchell <davem@fdisolutions.com>
Fri, 27 Jun 2003 22:26:24 +0000 (23:26 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 28 Jun 2003 15:39:57 +0000 (15:39 +0000)
commitb4ab917c3d812d8e61d365bfa48d9bf7675bc113
tree03f4a25b24bafea2e817ad09779a5859dc55790b
parent1d26cd9ec5ffb2d7823fb6941a001dc8e9a6d1c6
Two debugging patches.
The first allows to hold symbolic switches in $^D
and more generally fixes assignment to $^D. The
second one improves the information given by -Dl.

Subject: [PATCH] allow $^D = "flags"
Date: Fri, 27 Jun 2003 22:26:24 +0100
Message-ID: <20030627212624.GB12887@fdgroup.com>

Subject: [PATCH] make -Dl show more scope info
From: Dave Mitchell <davem@fdgroup.com>
Date: Fri, 27 Jun 2003 23:00:36 +0100
Message-ID: <20030627220036.GC12887@fdgroup.com>

p4raw-id: //depot/perl@19870
cop.h
embed.fnc
embed.h
mg.c
perl.c
perl.h
pod/perlvar.pod
proto.h
scope.h