Author: dagolden
Date: Wed Oct 21 16:08:55 2009
New Revision: 13408

Modified:
   Module-Build/trunk/Build.PL
   Module-Build/trunk/Changes

Log:
bump IO::File prereq to work around binmode bug on old Perls

Modified: Module-Build/trunk/Build.PL
==============================================================================
--- Module-Build/trunk/Build.PL (original)
+++ Module-Build/trunk/Build.PL Wed Oct 21 16:08:55 2009
@@ -37,7 +37,7 @@
     'ExtUtils::Install'     => 0,
     'ExtUtils::Manifest'    => 0,
     'ExtUtils::Mkbootstrap' => 0,
-    'IO::File'              => 0,
+    'IO::File'              => 1.13, # fixes binmode bug on perl < 5.8.8
     'Cwd'                   => 0,
     'Text::Abbrev'          => 0,
     'Text::ParseWords'      => 0,

Modified: Module-Build/trunk/Changes
==============================================================================
--- Module-Build/trunk/Changes  (original)
+++ Module-Build/trunk/Changes  Wed Oct 21 16:08:55 2009
@@ -18,6 +18,8 @@
  - When module_name is not supplied, no packlist was being written; fixed
    by guessing module_name from dist_version_from or the directory name
    (just like ExtUtils::Manifest does without NAME) [David Golden]
+ - Bumped IO::File prereq to fix binmode failures in PPMMaker on Perl
+   prior to 5.8.8 [David Golden]
 
  Other:
  - Replaced use of YAML.pm with YAML::Tiny; Module::Build::YAML is now

Reply via email to