Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17588
Modified Files:
Tag: release-0_26_branch
Changes
Log Message:
Filter @INC down to its unique entries
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.299.2.27
retrieving revision 1.299.2.28
diff -u -d -r1.299.2.27 -r1.299.2.28
--- Changes 7 Jan 2005 04:38:10 -0000 1.299.2.27
+++ Changes 9 Jan 2005 19:28:17 -0000 1.299.2.28
@@ -15,6 +15,13 @@
be set to something like "gzip -f --best" and it'll work
correctly. [Spotted by Chris Dolan]
+ - Work around some bad mojo between Fedora Core [with its very long
+ @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
+ 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
- Instead of freezing @INC in the 'Build' script to the value it had
|