Author: kwilliams
Date: Fri Jul 14 20:41:56 2006
New Revision: 6648
Modified:
Module-Build/trunk/Changes
Module-Build/trunk/lib/Module/Build.pm
Log:
Version bump
Modified: Module-Build/trunk/Changes
==============================================================================
--- Module-Build/trunk/Changes (original)
+++ Module-Build/trunk/Changes Fri Jul 14 20:41:56 2006
@@ -1,6 +1,6 @@
Revision history for Perl extension Module::Build.
-0.2802
+0.2802 Fri Jul 14 22:40:34 CDT 2006
- Added reliance on version.pm, which means we should deal much
better with the wide range of version specifications one finds on
Modified: Module-Build/trunk/lib/Module/Build.pm
==============================================================================
--- Module-Build/trunk/lib/Module/Build.pm (original)
+++ Module-Build/trunk/lib/Module/Build.pm Fri Jul 14 20:41:56 2006
@@ -15,7 +15,7 @@
use vars qw($VERSION @ISA);
@ISA = qw(Module::Build::Base);
-$VERSION = '0.2801';
+$VERSION = '0.2802';
$VERSION = eval $VERSION;
# Okay, this is the brute-force method of finding out what kind of