Author: dagolden
Date: Sun Feb 8 08:20:47 2009
New Revision: 12483
Modified:
Module-Build/trunk/ (props changed)
Module-Build/trunk/Build.PL
Module-Build/trunk/Changes
Log:
bump EU::Install prereq to 1.52
Modified: Module-Build/trunk/Build.PL
==============================================================================
--- Module-Build/trunk/Build.PL (original)
+++ Module-Build/trunk/Build.PL Sun Feb 8 08:20:47 2009
@@ -34,7 +34,7 @@
'File::Find' => 0,
'File::Path' => 0,
'File::Spec' => '0.82', # rel2abs()
- 'ExtUtils::Install' => 0,
+ 'ExtUtils::Install' => '1.52', # recommended by Yves
'ExtUtils::Manifest' => 0,
'ExtUtils::Mkbootstrap' => 0,
'IO::File' => 0,
Modified: Module-Build/trunk/Changes
==============================================================================
--- Module-Build/trunk/Changes (original)
+++ Module-Build/trunk/Changes Sun Feb 8 08:20:47 2009
@@ -7,6 +7,10 @@
all prerequisites; can be loaded by external tools using eval()
[David Golden]
+ Other
+ - bumped ExtUtils::Install prereq to version 1.52 per demerphq's
+ recommendation
+
0.31_02 - Tue Jan 27 09:16:43 PST 2009
Other