[Bps-public-commit] r13407 - in Shipwright/trunk: lib/Shipwright/Script

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Jun 18 17:12:38 EDT 2008


Author: sunnavy
Date: Wed Jun 18 17:12:38 2008
New Revision: 13407

Modified:
   Shipwright/trunk/   (props changed)
   Shipwright/trunk/lib/Shipwright/Script/Import.pm

Log:
 r13542 at sunnavys-mb:  sunnavy | 2008-06-19 05:00:26 +0800
 tiny text fix


Modified: Shipwright/trunk/lib/Shipwright/Script/Import.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Script/Import.pm	(original)
+++ Shipwright/trunk/lib/Shipwright/Script/Import.pm	Wed Jun 18 17:12:38 2008
@@ -289,8 +289,8 @@
         );
     }
     elsif ( -f 'Build.PL' ) {
-        print "detected Module::Build build system; generating appropriate build\n";
-        print "script";
+        print
+"detected Module::Build build system; generating appropriate build script\n";
         push @commands,
           'configure: %%PERL%% Build.PL --install_base=%%INSTALL_BASE%%';
         push @commands, "make: ./Build";
@@ -302,8 +302,8 @@
         push @commands, "clean: %%PERL%% Build realclean";
     }
     elsif ( -f 'Makefile.PL' ) {
-        print "detected ExtUtils::MakeMaker build system; generating appropriate\n";
-        print "build script\n";
+        print
+"detected ExtUtils::MakeMaker build system; generating appropriate build script\n";
         push @commands,
           'configure: %%PERL%% Makefile.PL INSTALL_BASE=%%INSTALL_BASE%%';
         push @commands, 'make: make';



More information about the Bps-public-commit mailing list