From: Nicholas Clark Date: Fri, 2 Jan 2004 00:38:00 +0000 (+0000) Subject: Update debugger version number and Changes file X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de5e1a3d77dfa45f2092835574e8357a12357e11;p=p5sagit%2Fp5-mst-13.2.git Update debugger version number and Changes file p4raw-id: //depot/perl@22041 --- diff --git a/lib/perl5db.pl b/lib/perl5db.pl index 2c53448..c2610e3 100644 --- a/lib/perl5db.pl +++ b/lib/perl5db.pl @@ -3,7 +3,7 @@ package DB; use IO::Handle; # Debugger for Perl 5.00x; perl5db.pl patch level: -$VERSION = 1.20; +$VERSION = 1.21; $header = "perl5db.pl version $VERSION"; # It is crucial that there is no lexicals in scope of `eval ""' down below @@ -324,6 +324,8 @@ sub eval { # Changes: 1.20: Feb 17, 2003 Richard Foley # + pre'n'post commands no longer trashed with no args # + watch val joined out of eval() +# Changes: 1.21: Dec 21, 2003 Dominique Quatravaux +# + Fix a side-effect of bug #24674 in the perl debugger ("odd taint bug") # ####################################################################