From 540b6786168fc24362228969ec1bb575a2fe1615 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 20 Nov 2011 14:15:10 -0800 Subject: [PATCH] Increase $B::Deparse::VERSION to 1.10 --- dist/B-Deparse/Deparse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/B-Deparse/Deparse.pm b/dist/B-Deparse/Deparse.pm index 7627507..68f8ffc 100644 --- a/dist/B-Deparse/Deparse.pm +++ b/dist/B-Deparse/Deparse.pm @@ -28,7 +28,7 @@ use B qw(class main_root main_start main_cv svref_2object opnumber perlstring ($] < 5.013 ? () : 'PMf_NONDESTRUCT'), ($] < 5.015003 ? qw(OPpCONST_ARYBASE) : ()), ($] < 5.015005 ? () : qw(OPpEVAL_BYTES)); -$VERSION = "1.09"; +$VERSION = "1.10"; use strict; use vars qw/$AUTOLOAD/; use warnings (); -- 1.8.3.1