[Bps-public-commit] r11164 - Shipwright/trunk/lib

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sun Mar 23 15:50:33 EDT 2008


Author: sunnavy
Date: Sun Mar 23 15:50:33 2008
New Revision: 11164

Modified:
   Shipwright/trunk/lib/Shipwright.pm

Log:
updated pod in Shipwright.pm

Modified: Shipwright/trunk/lib/Shipwright.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright.pm	(original)
+++ Shipwright/trunk/lib/Shipwright.pm	Sun Mar 23 15:50:33 2008
@@ -206,14 +206,7 @@
 Each line is of `type: cmd' format, and the cmd is executed line by
 line(which's also true for t/test).
 
-We now support three templates in cmd, %%PERL%%, %%PERL_ARCHNAME%% and
-%%INSTALL_BASE%%, so you can set it till build.
-
-The `test' type is paticular:
-- if we build with --skip-test, the corresponding cmd won't be executed. 
-- if we build with --force, even the test cmd failed, we still go on building.
-
-the `clean' type is also different: it's executed only when --clean.
+see L<Shipwright::Manual::CustomizeBuild> for more info.
 
 =head4 require.yml
 
@@ -240,7 +233,9 @@
 
 =head1 SEE ALSO
 
-L<Shipwright::Tutorial>
+L<Shipwright::Manual::Tutorial>
+L<Shipwright::Manual::UsingFlags>
+L<Shipwright::Manual::CustomizeBuild>
 
 =head1 DEPENDENCIES
 



More information about the Bps-public-commit mailing list