Bump two module versions after Haiku port
Rafael Garcia-Suarez [Mon, 5 Jan 2009 09:47:45 +0000 (10:47 +0100)]
CPANPLUS and Module::Build
(see df00ff3beeb297b9622f8acbed9c80d320c87580)

lib/CPANPLUS/Internals/Constants/Report.pm
lib/Module/Build.pm

index adde170..57034ca 100644 (file)
@@ -12,7 +12,7 @@ use vars    qw[$VERSION @ISA @EXPORT];
 use Package::Constants;
 
 
-$VERSION    = 0.01;
+$VERSION    = '0.01_01';
 @ISA        = qw[Exporter];
 @EXPORT     = Package::Constants->list( __PACKAGE__ );
 
index b0430b6..4bba600 100644 (file)
@@ -15,7 +15,7 @@ use Module::Build::Base;
 
 use vars qw($VERSION @ISA);
 @ISA = qw(Module::Build::Base);
-$VERSION = '0.30';
+$VERSION = '0.30_01';
 $VERSION = eval $VERSION;
 
 # Okay, this is the brute-force method of finding out what kind of