From: Nicholas Clark Date: Mon, 15 Sep 2008 21:55:51 +0000 (+0000) Subject: Bump $ExtUtils::Constant::Utils::VERSION. X-Git-Tag: accepted/trunk/20130322.191538~12784 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=343ed43ca417e8f1b1c2b68ff914b37f7f5c7b76;p=platform%2Fupstream%2Fperl.git Bump $ExtUtils::Constant::Utils::VERSION. p4raw-id: //depot/perl@34370 --- 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);