[Module-build-checkins] Module-Build/lib/Module Build.pm,1.177,1.178
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-04-06 20:36:38
|
Update of /cvsroot/module-build/Module-Build/lib/Module In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27230 Modified Files: Build.pm Log Message: Change a little POD markup to use F<file> tags Index: Build.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v retrieving revision 1.177 retrieving revision 1.178 diff -u -d -r1.177 -r1.178 --- Build.pm 31 Mar 2005 08:13:06 -0000 1.177 +++ Build.pm 6 Apr 2005 20:36:27 -0000 1.178 @@ -492,7 +492,7 @@ =head2 Default Commandline Options (F<.modulebuildrc>) When Module::Build starts up it will look for a file, -C<'$ENV{HOME}/.modulebuildrc'>. If the file exists it will use the +F<$ENV{HOME}/.modulebuildrc>. If the file exists it will use the options specified there as defaults, as if they were typed on the commandline. The defaults can be overridden by specifying new values on the commandline. |