[Module-build-checkins] Module-Build Changes,1.317,1.318
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2004-11-21 15:26:39
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6440 Modified Files: Changes Log Message: Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.317 retrieving revision 1.318 diff -C2 -d -r1.317 -r1.318 *** Changes 20 Nov 2004 04:33:28 -0000 1.317 --- Changes 21 Nov 2004 15:25:51 -0000 1.318 *************** *** 38,44 **** program. [Suggested by Michael Schwern] - - The tests now play better with environments in which version.pm is - pre-loaded, like in bleadperl. [John Peacock & Michael Schwern] - - We now only load Pod::Man when we actually need to build man pages. --- 38,41 ---- *************** *** 49,56 **** everywhere. 0.2605 - Fixed a bug in which zero-length arguments for hash-valued ! parameters (e.g. "--config foo=bar") weren't being allowed. 0.2604 Wed Nov 17 14:32:42 CST 2004 --- 46,60 ---- everywhere. + - When the user is using the 'install_base' option, scripts will now + be installed by default in $install_base/bin/ rather than + $install_base/script/ . [Jan Hudec and Michael Schwern] + 0.2605 - Fixed a bug in which zero-length arguments for hash-valued ! parameters (e.g. " --config foo= ") weren't being allowed. ! ! - The tests now play better with environments in which version.pm is ! pre-loaded, like in bleadperl. [John Peacock & Michael Schwern] 0.2604 Wed Nov 17 14:32:42 CST 2004 |