This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump the VERSION of ExtUtils::Constant::Base.
authorNicholas Clark <nick@ccl4.org>
Thu, 12 Apr 2007 21:03:08 +0000 (21:03 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 12 Apr 2007 21:03:08 +0000 (21:03 +0000)
p4raw-id: //depot/perl@30940

lib/ExtUtils/Constant/Base.pm

index 7a37197..b5b79af 100644 (file)
@@ -5,7 +5,7 @@ use vars qw($VERSION);
 use Carp;
 use Text::Wrap;
 use ExtUtils::Constant::Utils qw(C_stringify perl_stringify);
 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);
 
 
 use constant is_perl56 => ($] < 5.007 && $] > 5.005_50);