This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump the version of perl5db since the porting scripts care
authorJesse Vincent <jesse@bestpractical.com>
Tue, 24 Apr 2012 23:02:34 +0000 (19:02 -0400)
committerRicardo Signes <rjbs@cpan.org>
Tue, 1 May 2012 23:08:57 +0000 (19:08 -0400)
lib/perl5db.pl

index b4345e5..889f305 100644 (file)
@@ -519,7 +519,7 @@ BEGIN {
 }
 
 # Debugger for Perl 5.00x; perl5db.pl patch level:
-$VERSION = '1.36';
+$VERSION = '1.37';
 
 $header = "perl5db.pl version $VERSION";