Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23181
Modified Files:
Changes
Log Message:
Add the runtime_params() method
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.325
retrieving revision 1.326
diff -C2 -d -r1.325 -r1.326
*** Changes 29 Dec 2004 02:54:47 -0000 1.325
--- Changes 4 Jan 2005 05:26:38 -0000 1.326
***************
*** 21,24 ****
--- 21,29 ----
lines. [Ron Savage]
+ - Added a runtime_params() method, which lets a module author see
+ which parameters were overridden by the user on the command line
+ (or in whatever paradigm the user originally invoked Module::Build
+ from). [David Wheeler]
+
- A user-specified 'install_path' setting will now take precedence
over an 'install_base' setting. This allows the user to use
|