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:
521795f
)
Increase $B::Deparse::VERSION to 1.10
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 20 Nov 2011 22:15:10 +0000
(14:15 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 20 Nov 2011 22:15:10 +0000
(14:15 -0800)
dist/B-Deparse/Deparse.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/B-Deparse/Deparse.pm
b/dist/B-Deparse/Deparse.pm
index
7627507
..
68f8ffc
100644
(file)
--- a/
dist/B-Deparse/Deparse.pm
+++ b/
dist/B-Deparse/Deparse.pm
@@
-28,7
+28,7
@@
use B qw(class main_root main_start main_cv svref_2object opnumber perlstring
($] < 5.013 ? () : 'PMf_NONDESTRUCT'),
($] < 5.015003 ? qw(OPpCONST_ARYBASE) : ()),
($] < 5.015005 ? () : qw(OPpEVAL_BYTES));
-$VERSION = "1.
09
";
+$VERSION = "1.
10
";
use strict;
use vars qw/$AUTOLOAD/;
use warnings ();