This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase perl5db.pl’s $VERSION to 1.47
authorFather Chrysostomos <sprout@cpan.org>
Tue, 6 Jan 2015 04:31:46 +0000 (20:31 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 6 Jan 2015 04:32:16 +0000 (20:32 -0800)
lib/perl5db.pl

index 0488a50..e0989db 100644 (file)
@@ -528,7 +528,7 @@ BEGIN {
 # Debugger for Perl 5.00x; perl5db.pl patch level:
 use vars qw($VERSION $header);
 
-$VERSION = '1.46';
+$VERSION = '1.47';
 
 $header = "perl5db.pl version $VERSION";