[Bps-public-commit] r18879 - Shipwright/trunk/lib/Shipwright/Script

jesse at bestpractical.com jesse at bestpractical.com
Thu Mar 19 19:09:07 EDT 2009


Author: jesse
Date: Thu Mar 19 19:09:06 2009
New Revision: 18879

Modified:
   Shipwright/trunk/lib/Shipwright/Script/Import.pm

Log:
Module::Build can bootstrap, so let it do so

Modified: Shipwright/trunk/lib/Shipwright/Script/Import.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Script/Import.pm	(original)
+++ Shipwright/trunk/lib/Shipwright/Script/Import.pm	Thu Mar 19 19:09:06 2009
@@ -350,7 +350,7 @@
     my $shipwright = shift;
 
     my @commands;
-    if ( -f catfile( $source_dir, 'Build.PL' ) &&  $source_dir !~ /Module-Build/ ) { # M::B should be bootstrapped with MakeMaker
+    if ( -f catfile( $source_dir, 'Build.PL' ) ) { # &&  $source_dir !~ /Module-Build/ ) { # M::B should be bootstrapped with MakeMaker
         print "detected Module::Build build system\n";
         @commands = (
             'configure: %%PERL%% %%MODULE_BUILD_BEFORE_BUILD_PL%% Build.PL --install_base=%%INSTALL_BASE%%',



More information about the Bps-public-commit mailing list