Re: Getting rid of the problem of an overloaded PERL5LIB on Windows [was Fw: CPAN Testers Daily Summary Report]

2012-11-02 Thread Reini Urban
On 10/19/2012 06:31 AM, Przemyslaw Wesolek wrote: On 10/19/2012 09:48 AM, Shlomi Fish wrote: I keep receiving such erroneous reports from Windows machines, and apparently they are caused by overloaded PERL5LIB variables. The overloaded @INC entries are caused by recursive CPAN calls, where a

Getting rid of the problem of an overloaded PERL5LIB on Windows [was Fw: CPAN Testers Daily Summary Report]

2012-10-19 Thread Shlomi Fish
Hi all, I keep receiving such erroneous reports from Windows machines, and apparently they are caused by overloaded PERL5LIB variables. Would it be possible to simply load the @INC from a file containing each path per line and populate it in a loop in Perl inside a BEGIN {...} block to eliminate

Re: Getting rid of the problem of an overloaded PERL5LIB on Windows [was Fw: CPAN Testers Daily Summary Report]

2012-10-19 Thread Przemyslaw Wesolek
On 10/19/2012 09:48 AM, Shlomi Fish wrote: I keep receiving such erroneous reports from Windows machines, and apparently they are caused by overloaded PERL5LIB variables. Would it be possible to simply load the @INC from a file containing each path per line and populate it in a loop in Perl