This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $B::Deparse::VERSION to 1.18
authorFather Chrysostomos <sprout@cpan.org>
Sun, 23 Sep 2012 01:48:50 +0000 (18:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Sep 2012 01:50:54 +0000 (18:50 -0700)
dist/B-Deparse/Deparse.pm

index 42f2645..b36a0c0 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.17';
+$VERSION = '1.18';
 use strict;
 use vars qw/$AUTOLOAD/;
 use warnings ();