I took a look at it for you.

First, I installed it via CPAN---no problems. make, make test, and make install passed with no problems: however, when I went to double-check it with pmload, pmload couldn't find it.

Second, I looked at the prerequiste list---it seemed to be missing a few modules. Here's my list of prerequisites. Run it, and if it works, cool. If it doesn't work---then you'll understand why people regret choosing it.

#!/usr/bin/perl BEGIN { $| = 1; $^W = 1; $ENV{'HARNESS_TIMER'} = 1; $ENV{'TEST_POD'} = 1; $ENV{'TEST_POD_COVERAGE'} = 1; } use strict; use warnings; use CPAN; CPAN::Shell->install(qw( Exporter Carp base DB_File List::Util File::Spec Test::Distribution Test::Portability::Files XSLoader File::Path AutoLoader IO::Handle constant Test::Harness Test::More Data::Dumper Encode Pod::Man Test Text::Wrap Pod::Escapes Pod::Simple ExtUtils::MakeMaker Time::HiRes ExtUtils::Constant Perl::OSType File::Temp Text::ParseWords Locale::Maketext::Simple Module::Load Locale::Maketext Module::Load::Conditional version Locale::Maketext::Lexicon Params::Check Module::Metadata IPC::Cmd ExtUtils::CBuilder Socket Test::Pod Pod::Coverage Devel::Symdump Test::Pod::Coverage Class::Inner Error Test::Unit));

In reply to Re: Test::Unit related query by Khen1950fx
in thread Test::Unit related query by Anonymous Monk

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.