Alexandr Ciornii <[EMAIL PROTECTED]> writes:

> Hi.
> 
> http://www.nntp.perl.org/group/perl.cpan.testers/2008/09/msg2281963.html
> Build.PL requires Perl6::Junction
> untaint.t calls $^X.
> error is
> Can't locate Perl6/Junction.pm in @INC (... 
> ;C\strawberry\cpan\build\Perl6-Junction-1.40000-7dQTAh/blib/arch;C\strawberry\cpan\build\Perl6-Junction-1.40000-7dQTAh/blib/lib;
>  ...)
> in Data::FormValidator line 28:
> use Perl6::Junction qw(any none);
> 
> CPAN::Reporter 1.1702 (latest).
> Module::Build 0.2808_05
> 
> Similar reports:
> http://www.nntp.perl.org/group/perl.cpan.testers/2008/07/msg1870037.html
> CPAN::Reporter 1.1601
> Module::Build 0.2808_02
> 

Splitting PERL5LIB by ":" is wrong on Windows systems, because ":" is
used there as the drive separator, and ";" is used to separate paths
in environment variables. You should probably use $Config{path_sep} as
the split character.

Regards,
    Slaven

-- 
Slaven Rezic - slaven <at> rezic <dot> de

    Berlin Perl Mongers - http://berlin.pm.org

Reply via email to