Author: jkeenan
Date: Wed Apr 11 17:34:17 2007
New Revision: 18158

Modified:
   trunk/docs/configuration.pod

Log:
(Should have included this in previous commit).
docs/configuration.pod revised to reflect this change.


Modified: trunk/docs/configuration.pod
==============================================================================
--- trunk/docs/configuration.pod        (original)
+++ trunk/docs/configuration.pod        Wed Apr 11 17:34:17 2007
@@ -157,9 +157,9 @@
 =back
 
 The configuration system won't execute your step by default unless it's
-specifically told to. To do this, edit the F<Configure.pl> files.  Steps are
-run in the order in which that are registered with the L<Parrot::Configure>
-object.
+specifically told to. To do this, edit F<lib/Parrot/Configure/Step/List.pm>.
+Steps are run in the order in which that are registered with the
+L<Parrot::Configure> object.
 
 Various utility functions for configuration steps are provided by the
 L<Parrot::Configure::Step> module.
@@ -191,10 +191,10 @@
 options C<--help> and C<--version> are built in to Configure; any others are
 defined by steps.
 
-Command-line arguments are now processed by C<process_options()>, a subroutine 
exported by
-L<Parrot::Configure::Options>.
-If you add a new option, don't forget to add it to this documentation and to
-two locations in F<lib/Parrot/Configure/Options.pm>:
+Command-line arguments are now processed by C<process_options()>, a subroutine
+exported by L<Parrot::Configure::Options>.  If you add a new option, don't
+forget to add it to this documentation and to two locations in
+F<lib/Parrot/Configure/Options.pm>:
 
 =over 4
 

Reply via email to