From ecb4de39577c95734821743685366f6fe7f59a2d Mon Sep 17 00:00:00 2001 From: Steffen Mueller Date: Mon, 24 Feb 2014 18:07:16 +0100 Subject: [PATCH] Missing version bump for Deparse Not a good run, I am having. But also not anything tangible that our silly tests caught me on. :( --- lib/B/Deparse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/B/Deparse.pm b/lib/B/Deparse.pm index 3376fc3..2e733a4 100644 --- a/lib/B/Deparse.pm +++ b/lib/B/Deparse.pm @@ -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 (); -- 2.7.4