Increase $B::Deparse::VERSION to 1.23
authorFather Chrysostomos <sprout@cpan.org>
Sun, 8 Sep 2013 21:50:00 +0000 (14:50 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 13 Sep 2013 08:25:36 +0000 (01:25 -0700)
dist/B-Deparse/Deparse.pm

index 7816b9d..1ed9816 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.22';
+$VERSION = '1.23';
 use strict;
 use vars qw/$AUTOLOAD/;
 use warnings ();