From: Nicholas Clark Date: Thu, 12 Apr 2007 21:03:08 +0000 (+0000) Subject: Bump the VERSION of ExtUtils::Constant::Base. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1abe45988edc1c4df0edabb952007ef1b6fe20e5;p=p5sagit%2Fp5-mst-13.2.git Bump the VERSION of ExtUtils::Constant::Base. p4raw-id: //depot/perl@30940 --- diff --git a/lib/ExtUtils/Constant/Base.pm b/lib/ExtUtils/Constant/Base.pm index 7a37197..b5b79af 100644 --- a/lib/ExtUtils/Constant/Base.pm +++ b/lib/ExtUtils/Constant/Base.pm @@ -5,7 +5,7 @@ use vars qw($VERSION); use Carp; use Text::Wrap; use ExtUtils::Constant::Utils qw(C_stringify perl_stringify); -$VERSION = '0.03_01'; +$VERSION = '0.04'; use constant is_perl56 => ($] < 5.007 && $] > 5.005_50);