mentaldivergence has asked for the wisdom of the Perl Monks concerning the following question:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')"
t/*.t
t/01basic.....Can't use an undefined value as an ARRAY reference at (eval 69) line 7973.
BEGIN failed--compilation aborted at t/01basic.t line 64.
t/01basic.....dubious
Test returned status 29 (wstat 7424, 0x1d00)
DIED. FAILED tests 1-10
Failed 10/10 tests, 0.00% okay
t/02prefix...
Can't use an undefined value as an ARRAY reference at (eval 69) line 7973.
INIT failed--call queue aborted.
t/02prefix....dubious
Test returned status 29 (wstat 7424, 0x1d00)
DIED. FAILED tests 1-4
Failed 4/4 tests, 0.00% okay
-------------------------------------------------------------------------------
what is going on? i can't figure out why this error is occuring... However, i can install it fine for perl 5.6.1..
thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: inline::CPP + perl 5.8
by Joost (Canon) on Jun 05, 2003 at 09:07 UTC | |
by Anonymous Monk on Jun 05, 2003 at 15:45 UTC | |
by notsoevil (Pilgrim) on Jul 10, 2003 at 04:56 UTC |