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:
fbe6adf
)
Update $VERSION
author
James E Keenan
<jkeenan@cpan.org>
Fri, 7 Feb 2020 01:26:44 +0000
(20:26 -0500)
committer
Nicolas R
<nicolas@atoomic.org>
Thu, 12 Mar 2020 23:55:17 +0000
(17:55 -0600)
To keep make test_porting happy.
lib/B/Deparse.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/B/Deparse.pm
b/lib/B/Deparse.pm
index
aa6e6de
..
d8a4620
100644
(file)
--- a/
lib/B/Deparse.pm
+++ b/
lib/B/Deparse.pm
@@
-52,7
+52,7
@@
use B qw(class main_root main_start main_cv svref_2object opnumber perlstring
MDEREF_SHIFT
);
-$VERSION = '1.5
2
';
+$VERSION = '1.5
3
';
use strict;
our $AUTOLOAD;
use warnings ();