summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-12-09 20:32:30 +0000
committerNicholas Clark <nick@ccl4.org>2008-12-09 20:32:30 +0000
commita5cf58215d4b35afd5701a8ba967072050fb847c (patch)
treef6e5b1ba09603a966ef46ab6b3921da3bd45c41c /lib
parent5d2f5760bd13f733e70f0725e224667af8d49a26 (diff)
downloadperl-a5cf58215d4b35afd5701a8ba967072050fb847c.tar.gz
Bump the debugger's version. Fail to update the changes.
p4raw-id: //depot/perl@35066
Diffstat (limited to 'lib')
-rw-r--r--lib/perl5db.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl
index 03a40c1ed1..07d69928b9 100644
--- a/lib/perl5db.pl
+++ b/lib/perl5db.pl
@@ -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";