summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-10-27 08:42:20 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-27 12:23:38 -0700
commit2fa5ecdcec5f36a081de02eeb1ace31f4fc20114 (patch)
tree5f32ea450922c1e7ac6c5882ca1393f6f7615802 /dist
parent1978b668ca7817baf02fb20a49327ab82da3bcd4 (diff)
downloadperl-2fa5ecdcec5f36a081de02eeb1ace31f4fc20114.tar.gz
Increase $B::Deparse::VERSION to 1.09
Diffstat (limited to 'dist')
-rw-r--r--dist/B-Deparse/Deparse.pm2
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 ();