This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d2f576
)
Bump the debugger's version. Fail to update the changes.
author
Nicholas Clark
<nick@ccl4.org>
Tue, 9 Dec 2008 20:32:30 +0000
(20:32 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Tue, 9 Dec 2008 20:32:30 +0000
(20:32 +0000)
p4raw-id: //depot/perl@35066
lib/perl5db.pl
patch
|
blob
|
blame
|
history
diff --git
a/lib/perl5db.pl
b/lib/perl5db.pl
index
03a40c1
..
07d6992
100644
(file)
--- 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.3
0
;
+$VERSION = 1.3
1
;
$header = "perl5db.pl version $VERSION";