On Wed, 30 Mar 2011 11:30:59 +0200, Brian Raven <bra...@nyx.com> wrote:

>> Of note: The test ( https://gist.github.com/893981#L225 ) clearly has a
>> whole battery of directories in $ENV{PERL5LIB} (
>> https://gist.github.com/893981#L247 ) which the perl executable can
>> obviously see, including the Params::Classify dir as the very first;
>> since that's a Data::Dumper output of %ENV. However @INC remains
>> unchanged by that. ( https://gist.github.com/893981#L579 )
>>
>> This seems to indicate to me that the perl executable itself is, for
>> whatever reason, flat out ignoring the PERL5LIB and/or failing to
>> inject it into @INC. Other possibilities include Module::Build messing
>> things up or the Windows Perl executable exclusively having issues.
>
> I don't know if this is your problem, but a bit of googling found this.
>
> http://support.microsoft.com/kb/830473
>
> Especially the part about cmd ignoring variables that are longer than its 
> limit.
>
> HTH
>
> P.S. I have not replied to the lists that don't know me from Adam.

At first i thought that was the case too. But the fact that the perl executable 
knows that value is in %ENV makes me think it's something else going on, as i'd 
expect that to be empty as well then.

-- 
With regards,
Christian Walde
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to