I ran the tests on my Linux from Scratch box, just to see what I got. I'm running Linux 2.4.19 on a P4. The results looked just like yours:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/cookie......ok + t/function....ok + t/request.....ok + t/simple......FAILED tests 68, 76-77, 81, 89-90, 205 + Failed 7/330 tests, 97.88% okay t/standard....FAILED tests 69, 77-78, 82, 185 + Failed 5/303 tests, 98.35% okay t/util........ok + Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/simple.t 330 7 2.12% 68 76-77 81 89-90 205 t/standard.t 303 5 1.65% 69 77-78 82 185 Failed 2/6 test scripts, 66.67% okay. 12/839 subtests failed, 98.57% o +kay.


The info that isn't summarized above follows. I've emailed you the dump.txt file as well, but thought for discussion's sake that I should post this here:


For simple.t:
Completed 330 tests 323/330 OK, failed 7/330 97.9% of tests completed successfully, 2.1% failed Please email $VERSION, OS and test numbers failed to jfreeman@tassie.net.au so I can fix them Set $debug = 1 to see where tests are failing $VAR1 = { 'expected' => 'foo bar', 'repetition' => 1, 'todo' => undef, 'result' => 'bar foo', 'package' => 'main' }; $VAR2 = { 'expected' => 'foo=1 bar=2 bar=3 bar=4 = foo=5 bar=6 bar=7 bar=8 = ', 'repetition' => 1, 'todo' => undef, 'result' => 'bar=2 bar=3 bar=4 foo=1 = foo=5 bar=6 bar=7 bar=8 = ', 'package' => 'main' }; $VAR3 = { 'expected' => 'foo bar', 'repetition' => 1, 'todo' => undef, 'result' => 'bar foo', 'package' => 'main' }; $VAR4 = { 'expected' => 'foo bar', 'repetition' => 1, 'todo' => undef, 'result' => 'bar foo', 'package' => 'main' }; $VAR5 = { 'expected' => 'foo=1&bar=2&bar=3&bar=4', 'repetition' => 1, 'todo' => undef, 'result' => 'bar=2&bar=3&bar=4&foo=1', 'package' => 'main' }; $VAR6 = { 'expected' => 'foo=1&bar=2&bar=3&bar=4', 'repetition' => 1, 'todo' => undef, 'result' => 'bar=2&bar=3&bar=4&foo=1', 'package' => 'main' }; $VAR7 = { 'expected' => 'foo bar', 'repetition' => 1, 'todo' => undef, 'result' => 'bar foo', 'package' => 'main' };

For standard.t:
Completed 303 tests 298/303 OK, failed 5/303 98.3% of tests completed successfully, 1.7% failed Please email $VERSION, OS and test numbers failed to jfreeman@tassie.net.au so I can fix them Set $debug = 1 to see where tests are failing $VAR1 = { 'expected' => 'foo bar', 'repetition' => 1, 'todo' => undef, 'result' => 'bar foo', 'package' => 'main' }; $VAR2 = { 'expected' => 'foo=1 bar=2 bar=3 bar=4 = foo=5 bar=6 bar=7 bar=8 = ', 'repetition' => 1, 'todo' => undef, 'result' => 'bar=2 bar=3 bar=4 foo=1 = foo=5 bar=6 bar=7 bar=8 = ', 'package' => 'main' }; $VAR3 = { 'expected' => 'foo bar', 'repetition' => 1, 'todo' => undef, 'result' => 'bar foo', 'package' => 'main' }; $VAR4 = { 'expected' => 'foo bar', 'repetition' => 1, 'todo' => undef, 'result' => 'bar foo', 'package' => 'main' }; $VAR5 = { 'expected' => 'foo bar', 'repetition' => 1, 'todo' => undef, 'result' => 'bar foo', 'package' => 'main' };

--
Love justice; desire mercy.

In reply to Re: Need help with module problem specific to sun-solaris by strider corinth
in thread Need help with module problem specific to sun-solaris by tachyon

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.