That is a summary, that is not the complete output, you even say Error Summary: and then quote Test Summary Report

It just says some tests failed and names the test

It doesn't say why they failed, what value was expected, what value was received

For example see http://www.cpantesters.org/distro/A/Archive-Zip.html#Archive-Zip-1.43 -> http://www.cpantesters.org/cpan/report/52b36a74-7138-1014-b404-e9901ac87222 it has stuff like

# Failed test at t/02_main.t line 146. # got: 'testdir/YXtdDx7dEB/string.txt' # expected: 'testdir\YXtdDx7dEB/string.txt'

Which is a bug in the test itself, it shouldn't care about \ or /

Anyway, the testers have reported this to the author ... so :) its either wait for author to release update, help the author with patches, or install module and pretend no tests failed :)


In reply to Re^5: Archive::Zip install fails on Strawberry Perl by Anonymous Monk
in thread Archive::Zip install fails on Strawberry Perl by zartperl

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.