[Bps-public-commit] r18524 - Shipwright/trunk/share/bin

jesse at bestpractical.com jesse at bestpractical.com
Sun Feb 22 19:18:11 EST 2009


Author: jesse
Date: Sun Feb 22 19:18:10 2009
New Revision: 18524

Modified:
   Shipwright/trunk/share/bin/shipwright-builder

Log:
Additional insulation against Module::Build, MakeMaker and local::lib 

Modified: Shipwright/trunk/share/bin/shipwright-builder
==============================================================================
--- Shipwright/trunk/share/bin/shipwright-builder	(original)
+++ Shipwright/trunk/share/bin/shipwright-builder	Sun Feb 22 19:18:10 2009
@@ -278,7 +278,6 @@
             ),
             catdir( $args{'install-base'}, 'lib', 'perl5', 'site_perl' ),
             catdir( $args{'install-base'}, 'lib', 'perl5' ),
-            $ENV{PERL5LIB}
         );
 
         $ENV{PATH} =
@@ -286,6 +285,8 @@
           . catdir( $args{'install-base'}, 'sbin' ) . ':'
           . $ENV{PATH};
         $ENV{PERL_MM_USE_DEFAULT} = 1;
+        $ENV{PERL_MM_OPT} = '';
+        $ENV{MODULEBUILDRC} = '';
         $ENV{LDFLAGS} .= ' -L' . catdir( $args{'install-base'}, 'lib' );
         $ENV{CFLAGS}  .= ' -I' . catdir( $args{'install-base'}, 'include' );
     }



More information about the Bps-public-commit mailing list