summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-06-28 16:02:59 +1000
committerSteve Hay <steve.m.hay@googlemail.com>2016-07-24 18:18:11 +0100
commit211eea87679bae9960e7e55689ab52dac83a80ee (patch)
treeb87867b53da28e67b61672052fdb4e15a9d51286
parent8b4decb3288f1c5b6acceebf2246fdada0b5af3c (diff)
downloadperl-211eea87679bae9960e7e55689ab52dac83a80ee.tar.gz
perl5db.pl: bump perldb $VERSION
Used _001 instead of _01 since 5.24 has 1.49_04 so presumably _01 through _03 has been used.
-rw-r--r--lib/perl5db.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl
index 905e4a7232..b2d2b9619e 100644
--- a/lib/perl5db.pl
+++ b/lib/perl5db.pl
@@ -528,7 +528,7 @@ BEGIN {
# Debugger for Perl 5.00x; perl5db.pl patch level:
use vars qw($VERSION $header);
-$VERSION = '1.49';
+$VERSION = '1.49_001';
$header = "perl5db.pl version $VERSION";