[Bps-public-commit] r18531 - in Shipwright/trunk/t/hello: scripts

jesse at bestpractical.com jesse at bestpractical.com
Mon Feb 23 11:26:25 EST 2009


Author: jesse
Date: Mon Feb 23 11:26:25 2009
New Revision: 18531

Modified:
   Shipwright/trunk/t/hello/fs.t
   Shipwright/trunk/t/hello/scripts/build

Log:
Update test files with new MakeMaker manual page build workarounds

Modified: Shipwright/trunk/t/hello/fs.t
==============================================================================
--- Shipwright/trunk/t/hello/fs.t	(original)
+++ Shipwright/trunk/t/hello/fs.t	Mon Feb 23 11:26:25 2009
@@ -77,7 +77,7 @@
 $shipwright->backend->import( name => 'hello', source => $source_dir );
 ok( grep( {/Makefile\.PL/} `ls $repo/sources/Foo-Bar/vendor` ), 'imported ok' );
 
-my $script_dir = tempdir( 'shipwright_XXXXXX', CLEANUP => 1, TMPDIR => 1 );
+my $script_dir = tempdir( 'shipwright_XXXXXX', CLEANUP => 0, TMPDIR => 1 );
 copy( catfile( 't', 'hello', 'scripts', 'build' ),       $script_dir );
 copy( catfile( 't', 'hello', 'scripts', 'require.yml' ), $script_dir );
 

Modified: Shipwright/trunk/t/hello/scripts/build
==============================================================================
--- Shipwright/trunk/t/hello/scripts/build	(original)
+++ Shipwright/trunk/t/hello/scripts/build	Mon Feb 23 11:26:25 2009
@@ -1,4 +1,4 @@
-configure: %%PERL%% Makefile.PL LIB=%%INSTALL_BASE%%/lib/perl5/ PREFIX=%%INSTALL_BASE%%
+configure: %%PERL%% Makefile.PL LIB=%%INSTALL_BASE%%/lib/perl5/ PREFIX=%%INSTALL_BASE%% %%MAKEMAKER_EXTRA%%
 make: %%MAKE%%
 test: %%MAKE%% test
 install: %%MAKE%% install



More information about the Bps-public-commit mailing list