[Module-build-checkins] Module-Build Changes,1.299.2.10,1.299.2.11
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2004-11-17 20:33:20
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16042 Modified Files: Tag: release-0_26_branch Changes Log Message: Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.299.2.10 retrieving revision 1.299.2.11 diff -C2 -d -r1.299.2.10 -r1.299.2.11 *** Changes 17 Nov 2004 16:16:53 -0000 1.299.2.10 --- Changes 17 Nov 2004 20:33:10 -0000 1.299.2.11 *************** *** 1,5 **** Revision history for Perl extension Module::Build. ! 0.2604 - module_name() will now return '' instead of undef when module_name --- 1,9 ---- Revision history for Perl extension Module::Build. ! 0.2604 Wed Nov 17 14:32:42 CST 2004 ! ! - 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] - module_name() will now return '' instead of undef when module_name *************** *** 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 --- 15,18 ---- |