Missing version bump for Deparse
authorSteffen Mueller <smueller@cpan.org>
Mon, 24 Feb 2014 17:07:16 +0000 (18:07 +0100)
committerSteffen Mueller <smueller@cpan.org>
Mon, 24 Feb 2014 17:07:16 +0000 (18:07 +0100)
Not a good run, I am having. But also not anything tangible
that our silly tests caught me on. :(

lib/B/Deparse.pm

index 3376fc3..2e733a4 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.25';
+$VERSION = '1.26';
 use strict;
 use vars qw/$AUTOLOAD/;
 use warnings ();