This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $B::Deparse::VERSION to 1.15
authorFather Chrysostomos <sprout@cpan.org>
Fri, 8 Jun 2012 21:50:35 +0000 (14:50 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 8 Jun 2012 23:17:04 +0000 (16:17 -0700)
dist/B-Deparse/Deparse.pm

index 63a3259..bbb730a 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.14';
+$VERSION = '1.15';
 use strict;
 use vars qw/$AUTOLOAD/;
 use warnings ();