thanx...via cpan I installed the latest (0.58) Archive::Extract but 'make test' gives 154 failures and says it will only install with force; using the foo.pl file also gives 154 errors. Here it is (& is it ok/how do you do the forced install?:

(for all of it go to: http://paste2.org/p/1905968 )

cpan[2]> install Archive::Extract etc etc etc Writing Makefile for Archive::Extract Writing MYMETA.yml cp lib/Archive/Extract.pm blib/lib/Archive/Extract.pm BINGOS/Archive-Extract-0.58.tar.gz /share/MD0_DATA/.qpkg/Optware/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /share/MD0_DATA/.qpkg/Optware/bin/perl "-MExtUtils:: +Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_Archive-Extract.t .. 24/? # Failed test 'extract() for 'double_dir.zip' reports success (PP: 0 + Bin: 1)' # at t/01_Archive-Extract.t line 478. # Failed test 'Found correct number of output files ()' # at t/01_Archive-Extract.t line 491. # got: '0' # expected: '2' # Failed test 'Found correct output file 'x/w'' # at t/01_Archive-Extract.t line 498. # got: undef # expected: 'x/w' # Failed test 'Output file '/share/MD0_DATA/.cpan/build_dir/Archive- +Extract-0.58-rulOTV/t/out/x/w' exists' # at t/01_Archive-Extract.t line 501. # Failed test 'Extract dir found' # at t/01_Archive-Extract.t line 503. Use of uninitialized value in -d at t/01_Archive-Extract.t line 505. # Failed test 'Extract dir exists' # at t/01_Archive-Extract.t line 505. # Failed test 'Extract dir is expected '/share/MD0_DATA/.cpan/build_ +dir/Archive-Extract-0.58-rulOTV/t/out/x'' # at t/01_Archive-Extract.t line 507. # got: undef etc etc t/01_Archive-Extract.t .. 1479/? # Looks like you failed 154 tests of +1584. t/01_Archive-Extract.t .. Dubious, test returned 154 (wstat 39424, 0x9 +a00) Failed 154/1584 subtests (less 538 skipped subtests: 892 okay) Test Summary Report ------------------- t/01_Archive-Extract.t (Wstat: 39424 Tests: 1584 Failed: 154) Failed tests: 87, 89-94, 98, 100-105, 111, 113-118, 122 124-129, 231, 233-238, 242, 244-249, 435 437-442, 446, 448-453, 507, 509-514, 518 520-525, 555, 557-562, 566, 568-573, 651 653-658, 662, 664-669, 711, 713-718, 722 724-729, 783, 785-790, 794, 796-801, 807 809-814, 818, 820-825, 831, 833-838, 842 844-849 Non-zero exit status: 154 Files=1, Tests=1584, 13 wallclock secs ( 1.46 usr 0.02 sys + 8.34 cu +sr 2.33 csys = 12.15 CPU) Result: FAIL # expected: '/share/MD0_DATA/.cpan/build_dir/Archive-Extract-0.58- +rulOTV/t/out/x'

In reply to Re^4: Test fails: 01_Archive-Extract.t and TGZ files by compused
in thread Test fails: 01_Archive-Extract.t and TGZ files by compused

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.