[Module-build-checkins] Module-Build Changes,1.299.2.28,1.299.2.29
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-01-10 01:03:51
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2600 Modified Files: Tag: release-0_26_branch Changes Log Message: Use a -d test instead of a uniqueness test for @INC Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.299.2.28 retrieving revision 1.299.2.29 diff -u -d -r1.299.2.28 -r1.299.2.29 --- Changes 9 Jan 2005 19:28:17 -0000 1.299.2.28 +++ Changes 10 Jan 2005 01:03:21 -0000 1.299.2.29 @@ -19,7 +19,7 @@ @INC] and old versions of Test::Harness [with its propensity to compound the number of @INC entries] that produced an "argument list too long" error during testing. The workaround is to filter - out Test::Harness' duplicate @INC entries before we call it + out Test::Harness' added nonsensical @INC entries before we call it again. [assisted by Ville Skytta, David Golden, & Randy Sims] 0.2607 (Bug fix release in 0.26 series) Sat Dec 18 14:14:09 CST 2004 |