This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $B::Deparse::VERSION to 1.10
authorFather Chrysostomos <sprout@cpan.org>
Sun, 20 Nov 2011 22:15:10 +0000 (14:15 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 20 Nov 2011 22:15:10 +0000 (14:15 -0800)
dist/B-Deparse/Deparse.pm

index 7627507..68f8ffc 100644 (file)
@@ -28,7 +28,7 @@ use B qw(class main_root main_start main_cv svref_2object opnumber perlstring
         ($] < 5.013 ? () : 'PMf_NONDESTRUCT'),
         ($] < 5.015003 ? qw(OPpCONST_ARYBASE) : ()),
         ($] < 5.015005 ? () : qw(OPpEVAL_BYTES));
-$VERSION = "1.09";
+$VERSION = "1.10";
 use strict;
 use vars qw/$AUTOLOAD/;
 use warnings ();