Author: dagolden
Date: Mon Jun 29 13:32:56 2009
New Revision: 12970

Modified:
   Module-Build/trunk/Changes
   Module-Build/trunk/lib/Module/Build/Version.pm

Log:
patch to bundled version.pm [John Peacock]

Modified: Module-Build/trunk/Changes
==============================================================================
--- Module-Build/trunk/Changes  (original)
+++ Module-Build/trunk/Changes  Mon Jun 29 13:32:56 2009
@@ -2,6 +2,10 @@
 
 0.33_06 - 
 
+ Bug-fixes:
+ - Bundled version code will use pure Perl on 5.10.0 to work around
+   a corner case involving eval and locale [John Peacock]
+
 0.33_05 - Sun Jun 28 22:06:49 EDT 2009
 
  Enhancements:

Modified: Module-Build/trunk/lib/Module/Build/Version.pm
==============================================================================
--- Module-Build/trunk/lib/Module/Build/Version.pm      (original)
+++ Module-Build/trunk/lib/Module/Build/Version.pm      Mon Jun 29 13:32:56 2009
@@ -61,6 +61,7 @@
     no strict 'refs';
     *{'version::stringify'} = \*version::vpp::stringify;
     *{'version::(""'} = \*version::vpp::stringify;
+    *{'version::new'} = \*version::vpp::new;
 }
 
 # Preloaded methods go here.

Reply via email to