Increase version for ExtUtils::CBuilder
authorFather Chrysostomos <sprout@cpan.org>
Thu, 19 May 2011 03:40:16 +0000 (20:40 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 19 May 2011 04:33:06 +0000 (21:33 -0700)
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm

index 969b359..f79a5c8 100644 (file)
@@ -6,7 +6,7 @@ use File::Basename ();
 use Perl::OSType qw/os_type/;
 
 use vars qw($VERSION @ISA);
-$VERSION = '0.280203';
+$VERSION = '0.280204';
 $VERSION = eval $VERSION;
 
 # We only use this once - don't waste a symbol table entry on it.
index 2255c51..63f5062 100644 (file)
@@ -12,7 +12,7 @@ use IPC::Cmd qw(can_run);
 use File::Temp qw(tempfile);
 
 use vars qw($VERSION);
-$VERSION = '0.280203';
+$VERSION = '0.280204';
 
 # More details about C/C++ compilers:
 # http://developers.sun.com/sunstudio/documentation/product/compiler.jsp