Hello! I'm installing a perl module GO::Parser as a prereq and can't seem to get it to work. Using cpan shell - install GO::Parser i get this during the install:

t/t270oborel_in_owl.t .... Dubious, test returned 5 (wstat 1280, 0x500 +) Failed 4/4 subtests t/t290disjoint.t ......... ok Test Summary Report ------------------- t/t270oborel_in_owl.t (Wstat: 1280 Tests: 0 Failed: 0) Non-zero exit status: 5 Parse errors: Bad plan. You planned 4 tests but ran 0. Files=24, Tests=136, 12 wallclock secs ( 0.12 usr 0.93 sys + 3.24 cu +sr 6.27 csys = 10.56 CPU) Result: FAIL Failed 1/24 test programs. 0/136 subtests failed. make: *** [test_dynamic] Error 255

I followed the instructions(protocols 1&2) from http://cpansearch.perl.org/src/CMUNGALL/go-perl-0.15/INSTALL.html as well. Not sure where to go from here. I'm on a Ubuntu server & have sudo. Perl (v5.18.2) Thanks!


In reply to Module GO::Parser install fail? by Noben

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.