From: Nicholas Clark Date: Tue, 9 Dec 2008 20:32:30 +0000 (+0000) Subject: Bump the debugger's version. Fail to update the changes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a5cf58215d4b35afd5701a8ba967072050fb847c;p=p5sagit%2Fp5-mst-13.2.git Bump the debugger's version. Fail to update the changes. p4raw-id: //depot/perl@35066 --- diff --git a/lib/perl5db.pl b/lib/perl5db.pl index 03a40c1..07d6992 100644 --- a/lib/perl5db.pl +++ b/lib/perl5db.pl @@ -511,7 +511,7 @@ package DB; BEGIN {eval 'use IO::Handle'}; # Needed for flush only? breaks under miniperl # Debugger for Perl 5.00x; perl5db.pl patch level: -$VERSION = 1.30; +$VERSION = 1.31; $header = "perl5db.pl version $VERSION";