Author: kwilliams
Date: Sat Mar 24 20:08:21 2007
New Revision: 9327

Modified:
   Module-Build/trunk/Changes
   Module-Build/trunk/lib/Module/Build.pm

Log:
Forgot to bump the version

Modified: Module-Build/trunk/Changes
==============================================================================
--- Module-Build/trunk/Changes  (original)
+++ Module-Build/trunk/Changes  Sat Mar 24 20:08:21 2007
@@ -2,10 +2,6 @@
 
  - Upgraded to version.pm 0.71. [John Peacock]
 
-0.2806 - Sat Mar 24 15:57:17 2007
-
- - Upgraded to version.pm 0.70. [John Peacock]
-
  - Removed a couple small constructs in the tests ("use warnings;" and
    "qw$foo bar$[1]") that caused test failures under perl 5.005.
 

Modified: Module-Build/trunk/lib/Module/Build.pm
==============================================================================
--- Module-Build/trunk/lib/Module/Build.pm      (original)
+++ Module-Build/trunk/lib/Module/Build.pm      Sat Mar 24 20:08:21 2007
@@ -15,7 +15,7 @@
 
 use vars qw($VERSION @ISA);
 @ISA = qw(Module::Build::Base);
-$VERSION = '0.2806';
+$VERSION = '0.2807';
 $VERSION = eval $VERSION;
 
 # Okay, this is the brute-force method of finding out what kind of

Reply via email to