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:
6a31dbf
)
Increase $B::Deparse::VERSION to 1.15
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 8 Jun 2012 21:50:35 +0000
(14:50 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 8 Jun 2012 23:17:04 +0000
(16:17 -0700)
dist/B-Deparse/Deparse.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/B-Deparse/Deparse.pm
b/dist/B-Deparse/Deparse.pm
index
63a3259
..
bbb730a
100644
(file)
--- a/
dist/B-Deparse/Deparse.pm
+++ b/
dist/B-Deparse/Deparse.pm
@@
-20,7
+20,7
@@
use B qw(class main_root main_start main_cv svref_2object opnumber perlstring
CVf_METHOD CVf_LVALUE
PMf_KEEP PMf_GLOBAL PMf_CONTINUE PMf_EVAL PMf_ONCE
PMf_MULTILINE PMf_SINGLELINE PMf_FOLD PMf_EXTENDED);
-$VERSION = '1.1
4
';
+$VERSION = '1.1
5
';
use strict;
use vars qw/$AUTOLOAD/;
use warnings ();