diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-10-27 08:42:20 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-27 12:23:38 -0700 |
commit | 2fa5ecdcec5f36a081de02eeb1ace31f4fc20114 (patch) | |
tree | 5f32ea450922c1e7ac6c5882ca1393f6f7615802 /dist | |
parent | 1978b668ca7817baf02fb20a49327ab82da3bcd4 (diff) | |
download | perl-2fa5ecdcec5f36a081de02eeb1ace31f4fc20114.tar.gz |
Increase $B::Deparse::VERSION to 1.09
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 28da808c1b..a9b139cfb4 100644 --- a/dist/B-Deparse/Deparse.pm +++ b/dist/B-Deparse/Deparse.pm @@ -34,7 +34,7 @@ use B qw(class main_root main_start main_cv svref_2object opnumber perlstring # just test $] < 5.015003. ($] < 5.015002 || do { require B; exists(&B::OPpCONST_ARYBASE) }) ? qw(OPpCONST_ARYBASE) : ()); -$VERSION = "1.08"; +$VERSION = "1.09"; use strict; use vars qw/$AUTOLOAD/; use warnings (); |