Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9299
Modified Files:
Changes
Log Message:
Some changes to install_path and install_base
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.321
retrieving revision 1.322
diff -C2 -d -r1.321 -r1.322
*** Changes 18 Dec 2004 18:14:47 -0000 1.321
--- Changes 26 Dec 2004 05:10:37 -0000 1.322
***************
*** 23,26 ****
--- 23,38 ----
lines. [Ron Savage]
+ - A user-specified 'install_path' setting will now take precedence
+ over an 'install_base' setting. This allows the user to use
+ 'install_base' to set the base for all elements in one go, and then
+ use 'install_path' to override specific paths or add paths for
+ additional kinds of targets.
+
+ * When using the 'install_base' option to choose a directory for
+ installing everything, perl modules now go into lib/perl5/ instead
+ of just lib/. It seems this is more consistent with people's
+ expectations, and the way I had it before was a bit peculiar to the
+ way I like things in my own home directory. [Michael Schwern]
+
- Added docs for run_perl_script().
|