[Bps-public-commit] r18424 - in Shipwright/trunk: lib/Shipwright/Source

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Feb 16 19:20:23 EST 2009


Author: sunnavy
Date: Mon Feb 16 19:20:23 2009
New Revision: 18424

Modified:
   Shipwright/trunk/   (props changed)
   Shipwright/trunk/lib/Shipwright/Source/Base.pm

Log:
 r19915 at sunnavys-mb:  sunnavy | 2009-02-17 08:19:58 +0800
 no need to require higher version of MM since we use PREFIX and LIB now


Modified: Shipwright/trunk/lib/Shipwright/Source/Base.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Source/Base.pm	(original)
+++ Shipwright/trunk/lib/Shipwright/Source/Base.pm	Mon Feb 16 19:20:23 2009
@@ -263,16 +263,6 @@
                     $require->{requires}{$_} = delete $require->{$_};
                 }
 
-                if (   $makefile =~ /ExtUtils::/
-                    && $self->name ne 'cpan-ExtUtils-MakeMaker' )
-                {
-                    unless ( $require->{requires}{'ExtUtils::MakeMaker'}
-                        && $require->{requires}{'ExtUtils::MakeMaker'} >= 6.31 )
-                    {
-                        $require->{build_requires}{'ExtUtils::MakeMaker'} =
-                          6.31;
-                    }
-                }
             }
             Shipwright::Util->run( [ 'make', 'clean' ] );
             Shipwright::Util->run( [ 'rm',   'Makefile.old' ] );



More information about the Bps-public-commit mailing list