[Module-build-checkins] Module-Build Changes,1.323,1.324
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2004-12-28 05:14:01
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25334 Modified Files: Changes Log Message: Do tilde-expansion on args to Makefile.PL Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.323 retrieving revision 1.324 diff -C2 -d -r1.323 -r1.324 *** Changes 27 Dec 2004 04:30:01 -0000 1.323 --- Changes 28 Dec 2004 05:13:50 -0000 1.324 *************** *** 29,32 **** --- 29,35 ---- additional kinds of targets. + - Tilde-expansion is now performed on arguments passed to a + compatibility-Makefile.PL [Spotted by Sam Vilain] + * When using the 'install_base' option to choose a directory for installing everything, perl modules now go into lib/perl5/ instead |