This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $B::Deparse::VERSION to 1.16
authorFather Chrysostomos <sprout@cpan.org>
Fri, 27 Jul 2012 21:37:22 +0000 (14:37 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 27 Jul 2012 22:54:00 +0000 (15:54 -0700)
dist/B-Deparse/Deparse.pm

index f2bd0b6..1d07477 100644 (file)
@@ -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.15';
+$VERSION = '1.16';
 use strict;
 use vars qw/$AUTOLOAD/;
 use warnings ();