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:
4d88742
)
Increase perl5db.pl’s $VERSION to 1.47
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 6 Jan 2015 04:31:46 +0000
(20:31 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 6 Jan 2015 04:32:16 +0000
(20:32 -0800)
lib/perl5db.pl
patch
|
blob
|
blame
|
history
diff --git
a/lib/perl5db.pl
b/lib/perl5db.pl
index
0488a50
..
e0989db
100644
(file)
--- 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.4
6
';
+$VERSION = '1.4
7
';
$header = "perl5db.pl version $VERSION";