projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f125c4
)
Increase $B::Deparse::VERSION to 1.24
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 30 Oct 2013 21:01:45 +0000
(14:01 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 30 Oct 2013 23:54:18 +0000
(16:54 -0700)
lib/B/Deparse.pm
patch
|
blob
|
history
diff --git
a/lib/B/Deparse.pm
b/lib/B/Deparse.pm
index
026a3a5
..
5ea01cb
100644
(file)
--- a/
lib/B/Deparse.pm
+++ b/
lib/B/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.2
3
';
+$VERSION = '1.2
4
';
use strict;
use vars qw/$AUTOLOAD/;
use warnings ();