From 343ed43ca417e8f1b1c2b68ff914b37f7f5c7b76 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 15 Sep 2008 21:55:51 +0000 Subject: [PATCH] Bump $ExtUtils::Constant::Utils::VERSION. p4raw-id: //depot/perl@34370 --- lib/ExtUtils/Constant/Utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ExtUtils/Constant/Utils.pm b/lib/ExtUtils/Constant/Utils.pm index 0671701..016507c 100644 --- a/lib/ExtUtils/Constant/Utils.pm +++ b/lib/ExtUtils/Constant/Utils.pm @@ -6,7 +6,7 @@ use Carp; @ISA = 'Exporter'; @EXPORT_OK = qw(C_stringify perl_stringify); -$VERSION = '0.01'; +$VERSION = '0.02'; $is_perl56 = ($] < 5.007 && $] > 5.005_50); -- 2.7.4