[Module-build-checkins] Module-Build Changes,1.327,1.328
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-01-22 02:00:29
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31391 Modified Files: Changes Log Message: Add the current_action() method Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.327 retrieving revision 1.328 diff -u -d -r1.327 -r1.328 --- Changes 7 Jan 2005 12:04:09 -0000 1.327 +++ Changes 22 Jan 2005 02:00:20 -0000 1.328 @@ -34,6 +34,9 @@ use 'install_path' to override specific paths or add paths for additional kinds of targets. + - Added the current_action() method, which, surprisingly, returns the + name of the currently running action. [David Wheeler] + * 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 |