summaryrefslogtreecommitdiff
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
commitf6f96a86083c3749b73f522177f9db03da1eb705 (patch)
treef6e5b1ba09603a966ef46ab6b3921da3bd45c41c
parent6061b26c4715b905288fa01b57f707a650bd6356 (diff)
downloadperl-f6f96a86083c3749b73f522177f9db03da1eb705.tar.gz
Bump the debugger's version. Fail to update the changes.
p4raw-id: //depot/perl@35066
-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";