Author: kwilliams
Date: Sat Jul 15 06:26:53 2006
New Revision: 6655
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 Sat Jul 15 06:26:53 2006
@@ -1,6 +1,6 @@
Revision history for Perl extension Module::Build.
-0.2803
+0.2803 Sat Jul 15 08:26:34 CDT 2006
- The META.yml file in the last release was all screwed up, so the
distribution wasn't indexed properly. Fixed in this release.
Modified: Module-Build/trunk/lib/Module/Build.pm
==============================================================================
--- Module-Build/trunk/lib/Module/Build.pm (original)
+++ Module-Build/trunk/lib/Module/Build.pm Sat Jul 15 06:26:53 2006
@@ -15,7 +15,7 @@
use vars qw($VERSION @ISA);
@ISA = qw(Module::Build::Base);
-$VERSION = '0.2802';
+$VERSION = '0.2803';
$VERSION = eval $VERSION;
# Okay, this is the brute-force method of finding out what kind of