[Module-build-checkins] Module-Build/lib/Module Build.pm,1.176,1.177
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <si...@us...> - 2005-03-31 08:13:17
|
Update of /cvsroot/module-build/Module-Build/lib/Module In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32337/lib/Module Modified Files: Build.pm Log Message: More documentation for .modulebuildrc Index: Build.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v retrieving revision 1.176 retrieving revision 1.177 diff -u -d -r1.176 -r1.177 --- Build.pm 31 Mar 2005 04:48:15 -0000 1.176 +++ Build.pm 31 Mar 2005 08:13:06 -0000 1.177 @@ -502,7 +502,9 @@ as they would be on the commandline. They can be seperated by any amount of whitespace, including newlines as long there is a space at the beginning of the continued line. Any thing following a hash mark -is considered a comment, and is stripped before parsing. +is considered a comment, and is stripped before parsing. If more than +one line begins with the same action name, those lines are merged into +one commandline. Besides the regular actions, there are two special options. You can use the action name '*' (asterisk) for any global options that should |