[Module-build-checkins] Module-Build/lib/Module Build.pm,1.195,1.196
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <si...@us...> - 2005-11-15 09:49:56
|
Update of /cvsroot/module-build/Module-Build/lib/Module In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27267/lib/Module Modified Files: Build.pm Log Message: Remove action specific prereqs. Index: Build.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v retrieving revision 1.195 retrieving revision 1.196 diff -u -d -r1.195 -r1.196 --- Build.pm 13 Nov 2005 03:17:43 -0000 1.195 +++ Build.pm 15 Nov 2005 09:49:48 -0000 1.196 @@ -536,27 +536,12 @@ NOTE: There is some preliminary support for options to use the more familiar long option style. Most options can be preceded with the C<--> long option prefix, and the underscores changed to dashes -(e.g. --ignore-prereqs). Additionally, the argument to boolean options -is optional (e.g. --verbose), and boolean options can be negated by -prefixing them with 'no' or 'no-' (e.g. --noverbose or --no-verbose). +(e.g. --use-rcfile). Additionally, the argument to boolean options is +optional, and boolean options can be negated by prefixing them with +'no' or 'no-' (e.g. --noverbose or --no-verbose). =over 4 -=item ignore_prereq_conflicts - -When set to true, the Build will not abort when any conflicting -prerequisite is found. - -=item ignore_prereq_requires - -When set to true, the Build will not abort when any required -prerequisite is missing. - -=item ignore_prereqs - -When set to true, the Build will not abort for any type of -prerequisite is not satisfied. - =item quiet Suppress informative messages on output. |