Increase $B::Deparse::VERSION to 1.09
authorFather Chrysostomos <sprout@cpan.org>
Thu, 27 Oct 2011 15:42:20 +0000 (08:42 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 27 Oct 2011 19:23:38 +0000 (12:23 -0700)
dist/B-Deparse/Deparse.pm

index 28da808..a9b139c 100644 (file)
@@ -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 ();