Bump the debugger's version. Fail to update the changes.
Nicholas Clark [Tue, 9 Dec 2008 20:32:30 +0000 (20:32 +0000)]
p4raw-id: //depot/perl@35066

lib/perl5db.pl

index 03a40c1..07d6992 100644 (file)
@@ -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";