[Module-build-checkins] Module-Build Changes,1.425,1.426 MANIFEST,1.51,1.52
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2006-02-25 15:27:35
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7643 Modified Files: Changes MANIFEST Log Message: Fix for non-case-preserving test stuff on VMS Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.425 retrieving revision 1.426 diff -u -d -r1.425 -r1.426 --- Changes 25 Feb 2006 03:51:27 -0000 1.425 +++ Changes 25 Feb 2006 15:27:26 -0000 1.426 @@ -5,6 +5,11 @@ - Modify add_build_element() so that it only adds elements if they don't already exist. [David Wheeler] + - Fixed testing problems on VMS related to non-case-preserving + filesystems. We now bundle Tie::CPHash in the distribution (just + for testing purposes, it doesn't get installed) to help with + this. [Craig Berry and Yitzchak Scott-Thoennes] + - Fix detection of $VERSION expressions that are not assignments. [Spotted by Chris Dolan] Index: MANIFEST =================================================================== RCS file: /cvsroot/module-build/Module-Build/MANIFEST,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- MANIFEST 12 Jan 2006 23:45:17 -0000 1.51 +++ MANIFEST 25 Feb 2006 15:27:26 -0000 1.52 @@ -33,6 +33,7 @@ t/bundled/Test/Builder.pm t/bundled/Test/More.pm t/bundled/Test/Simple.pm +t/bundled/Tie/CPHash.pm t/compat.t t/destinations.t t/ext.t |