[Module-build-checkins] Module-Build Changes,1.299.2.24,1.299.2.25
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-01-05 04:37:46
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7983 Modified Files: Tag: release-0_26_branch Changes Log Message: Use split_like_shell() on 'gzip' and 'tar' stuff Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.299.2.24 retrieving revision 1.299.2.25 diff -C2 -d -r1.299.2.24 -r1.299.2.25 *** Changes 29 Dec 2004 02:54:35 -0000 1.299.2.24 --- Changes 5 Jan 2005 04:37:32 -0000 1.299.2.25 *************** *** 1,9 **** Revision history for Perl extension Module::Build. ! 0.2608 - Tilde-expansion is now performed on arguments passed to a compatibility-Makefile.PL [Spotted by Sam Vilain] 0.2607 (Bug fix release in 0.26 series) Sat Dec 18 14:14:09 CST 2004 --- 1,14 ---- Revision history for Perl extension Module::Build. ! 0.2608 Tue Jan 4 21:44:57 CST 2005 - Tilde-expansion is now performed on arguments passed to a compatibility-Makefile.PL [Spotted by Sam Vilain] + - We now run the 'gzip' and 'tar' values through split_like_shell() + when running the 'dist' action, so that e.g. the 'gzip' value can + be set to something like "gzip -f --best" and it'll work + correctly. [Spotted by Chris Dolan] + 0.2607 (Bug fix release in 0.26 series) Sat Dec 18 14:14:09 CST 2004 |