Hello all, i am trying to install inline::ccp (version 0.24) for perl 5.8, and i get the following error when i do a 'make test':

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.


In reply to inline::CPP + perl 5.8 by mentaldivergence

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.