Author: kwilliams
Date: Mon Dec 11 05:55:23 2006
New Revision: 8377

Modified:
   Module-Build/trunk/Changes

Log:
Document the PERL5LIB fix

Modified: Module-Build/trunk/Changes
==============================================================================
--- Module-Build/trunk/Changes  (original)
+++ Module-Build/trunk/Changes  Mon Dec 11 05:55:23 2006
@@ -2,6 +2,12 @@
 
 0.2806
 
+ - On some systems (haven't identified the actual problem yet)
+   $ENV{PERL5LIB} can grow to enormous enough sizes that we can't
+   launch any more subprocesses because the environment table is full.
+   Now we detect such situations and trim the directory list to only
+   include directories that actually exist, listed only once each.
+
  - Silence a warning in M::B::ModuleInfo that happens when the author
    is using the "$VERSION = eval $VERSION" idiom.
 

Reply via email to