Author: kwilliams
Date: Thu Jul 19 20:17:51 2007
New Revision: 9775
Modified:
Module-Build/trunk/ (props changed)
Module-Build/trunk/lib/Module/Build.pm
Log:
[EMAIL PROTECTED]: ken | 2007-07-14 18:00:46 -0500
Don't mention $self->{config} explicitly
Modified: Module-Build/trunk/lib/Module/Build.pm
==============================================================================
--- Module-Build/trunk/lib/Module/Build.pm (original)
+++ Module-Build/trunk/lib/Module/Build.pm Thu Jul 19 20:17:51 2007
@@ -210,10 +210,8 @@
lifetime of that command. Per-action command line parameters take
precedence over parameters specified at C<perl Build.PL> time.
-The build process also relies heavily on the C<Config.pm> module, and
-all the key=value pairs in C<Config.pm> are available in
-
-C<< $self->{config} >>. If the user wishes to override any of the
+The build process also relies heavily on the C<Config.pm> module.
+If the user wishes to override any of the
values in C<Config.pm>, she may specify them like so:
perl Build.PL --config cc=gcc --config ld=gcc