Author: ericwilhelm
Date: Thu Oct 25 10:18:20 2007
New Revision: 10119
Modified:
Module-Build/trunk/Build.PL
Module-Build/trunk/Makefile.PL
Log:
** bump required perl version (M::B::Version requires 5.005_04) **
Makefile.PL - manually updated to resemble the auto-generated sort
Build.PL - perl => 5.005_04
Modified: Module-Build/trunk/Build.PL
==============================================================================
--- Module-Build/trunk/Build.PL (original)
+++ Module-Build/trunk/Build.PL Thu Oct 25 10:18:20 2007
@@ -21,7 +21,7 @@
module_name => 'Module::Build',
license => 'perl',
requires => {
- 'perl' => '5.005_03',
+ 'perl' => '5.005_04',
'Data::Dumper' => 0,
'File::Basename' => 0,
'File::Compare' => 0,
Modified: Module-Build/trunk/Makefile.PL
==============================================================================
--- Module-Build/trunk/Makefile.PL (original)
+++ Module-Build/trunk/Makefile.PL Thu Oct 25 10:18:20 2007
@@ -2,6 +2,8 @@
# the equivalent Module::Build methods for each make target. See the
# documentation for Module::Build::Compat for more information.
+use 5.005_04;
+
use lib qw(lib);
use Module::Build::Compat;