Skip to content

Commit

Permalink
Document the PERL5LIB fix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/modules/Module-Build/trunk@8377 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
kenahoo committed Dec 11, 2006
1 parent b7e2966 commit 9f4ee06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Revision history for Perl extension Module::Build.

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.

Expand Down

0 comments on commit 9f4ee06

Please sign in to comment.