diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-09-08 14:50:00 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-09-13 01:25:36 -0700 |
commit | 64c9c4f09f36f5e278bc8591b3831dbfa7a3f755 (patch) | |
tree | 512e34f4678ee678f1634f06d804acea7d39c0a1 /dist | |
parent | 0e6429f05e795663b0132be29d5c9f89545bce8c (diff) | |
download | perl-64c9c4f09f36f5e278bc8591b3831dbfa7a3f755.tar.gz |
Increase $B::Deparse::VERSION to 1.23
Diffstat (limited to 'dist')
-rw-r--r-- | dist/B-Deparse/Deparse.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/B-Deparse/Deparse.pm b/dist/B-Deparse/Deparse.pm index 7816b9d82d..1ed9816abe 100644 --- 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.22'; +$VERSION = '1.23'; use strict; use vars qw/$AUTOLOAD/; use warnings (); |