diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-08-22 18:15:34 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-22 18:15:34 -0700 |
commit | 502e97e076ed47d4a88af1994a7c61990ad48868 (patch) | |
tree | 28fb109854e98fd59d0926514760565d2d6b116f /dist/B-Deparse | |
parent | 31c26a0ab02a6b3eb8374c348613c00a317dc365 (diff) | |
download | perl-502e97e076ed47d4a88af1994a7c61990ad48868.tar.gz |
Increase $B::Deparse::VERSION to 1.17
Diffstat (limited to 'dist/B-Deparse')
-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 b4bcd543b2..fd351409db 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.16'; +$VERSION = '1.17'; use strict; use vars qw/$AUTOLOAD/; use warnings (); |