On Saturday 16 August 2003 09:28 am, [EMAIL PROTECTED] wrote:
> This distribution has been tested as part of the cpan-testers
> effort to test as many new uploads to CPAN as possible.  See
> http://testers.cpan.org/
>
> Please cc any replies to [EMAIL PROTECTED] to keep other
> test volunteers informed and to prevent any duplicate effort.
>
> --
> This is an error report generated automatically by CPANPLUS,
> version 0.042.

> Can't open perl script "and": No such file or directory
> # Test 1 got: '512' (t\testex.t at line 37)
> #   Expected: '0'

I don't think this is an A::Z problem.

Looks like the @INC or command environment may be messed up somehow.

I'm running the commands like this:

sub runPerlCommand
{
        my $libs = join ( ' -I', @INC );
        my $cmd    = "$^X -I$libs -w @_";
        my $output = qx($cmd);
        return wantarray ? ( $?, $output ) : $?;
}
-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE

Reply via email to