This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $B::Deparse::VERSION to 1.33
authorFather Chrysostomos <sprout@cpan.org>
Sun, 1 Feb 2015 02:26:53 +0000 (18:26 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 1 Feb 2015 06:03:54 +0000 (22:03 -0800)
lib/B/Deparse.pm

index 6dd24bb..3dbcdfa 100644 (file)
@@ -46,7 +46,7 @@ use B qw(class main_root main_start main_cv svref_2object opnumber perlstring
         MDEREF_SHIFT
     );
 
-$VERSION = '1.32';
+$VERSION = '1.33';
 use strict;
 use vars qw/$AUTOLOAD/;
 use warnings ();