[Module-build-checkins] Module-Build Changes,1.299.2.9,1.299.2.10
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2004-11-17 16:17:08
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18553 Modified Files: Tag: release-0_26_branch Changes Log Message: Make sure split_like_shell() always handles arrayrefs properly Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.299.2.9 retrieving revision 1.299.2.10 diff -C2 -d -r1.299.2.9 -r1.299.2.10 *** Changes 15 Nov 2004 20:13:15 -0000 1.299.2.9 --- Changes 17 Nov 2004 16:16:53 -0000 1.299.2.10 *************** *** 11,14 **** --- 11,18 ---- 'recursive_test_files' is in effect. [Tom Insam] + - Fixed a split_like_shell() bug introduced in 0.2603 for Windows, in + which an array reference passed as an argument was returned as an + array reference, rather than as a list. [Spotted by Steve Hay] + 0.2603 (Bug fix for 0.26) Mon Nov 15 10:28:00 CST 2004 |