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
[perl5.git] / 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 ();