Author: dagolden
Date: Fri Feb 20 00:20:49 2009
New Revision: 12519

Modified:
   Module-Build/trunk/   (props changed)
   Module-Build/trunk/Build.PL
   Module-Build/trunk/Changes

Log:
bump T::H prereq to 3.16


Modified: Module-Build/trunk/Build.PL
==============================================================================
--- Module-Build/trunk/Build.PL (original)
+++ Module-Build/trunk/Build.PL Fri Feb 20 00:20:49 2009
@@ -23,7 +23,7 @@
   build_requires        => {
     'File::Temp'            => 0.15,    # tmpdir() + fixes
     'Test::More'            => 0.49,
-    'Test::Harness'         => 2.03,    # when TODO tests worked
+    'Test::Harness'         => 3.16,    # PERL5LIB fixes
   },
   requires    => {
     'perl'                  => '5.006001',

Modified: Module-Build/trunk/Changes
==============================================================================
--- Module-Build/trunk/Changes  (original)
+++ Module-Build/trunk/Changes  Fri Feb 20 00:20:49 2009
@@ -2,6 +2,11 @@
 
 0.31_04 - 
 
+ Other
+ - Bumped Test::Harness prereq to 3.16 for latest PERL5LIB fixes (solves
+   test failures when installing Module::Build using CPANPLUS::Dist::Build)
+   [David Golden]
+
 0.31_03 - Sun Feb  8 14:54:01 PST 2009
 
  Enhancements

Reply via email to