This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump perl5db.pl $VERSION to 1.45
authorTony Cook <tony@develop-help.com>
Wed, 28 May 2014 01:12:40 +0000 (11:12 +1000)
committerTony Cook <tony@develop-help.com>
Wed, 28 May 2014 01:12:40 +0000 (11:12 +1000)
lib/perl5db.pl

index e99ccc3..8bc0150 100644 (file)
@@ -523,7 +523,7 @@ BEGIN {
 # Debugger for Perl 5.00x; perl5db.pl patch level:
 use vars qw($VERSION $header);
 
-$VERSION = '1.44';
+$VERSION = '1.45';
 
 $header = "perl5db.pl version $VERSION";