Nagios::Plugin fails test on several platforms. Examine the current bug reports, and consider adding your own if your issues aren't covered already.

Update: Nagios::Plugin passed test on Linux 2.6.9-22 32-bit with perl v5.8.5:

# cd /root/.cpan/build/Nagios-Plugin-0.17/ # make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/check_stuff...................ok 6/16 skipped: too noisy, see TODO here t/Nagios-Plugin-01..............ok t/Nagios-Plugin-02..............ok t/Nagios-Plugin-03..............ok t/Nagios-Plugin-04..............ok t/Nagios-Plugin-Functions-01....ok t/Nagios-Plugin-Functions-02....ok t/Nagios-Plugin-Functions-03....ok t/Nagios-Plugin-Getopt-01.......ok t/Nagios-Plugin-Getopt-02.......ok t/Nagios-Plugin-Getopt-03.......ok t/Nagios-Plugin-Getopt-04.......ok t/Nagios-Plugin-Performance.....ok t/Nagios-Plugin-Range...........ok t/Nagios-Plugin-Threshold.......ok All tests successful, 6 subtests skipped. Files=15, Tests=805, 4 wallclock secs ( 3.56 cusr + 0.73 csys = 4.2 +9 CPU) # uname -a Linux DEMO 2.6.9-22.0.2.EL #1 Tue Jan 17 06:51:40 CST 2006 i686 i686 i +386 GNU/Linux # perl -v This is perl, v5.8.5 built for i386-linux-thread-multi
What's your output from make test?
--
Andreas

In reply to Re: Nagios::Plugin issue with :type in Params::Validate (installation) by andreas1234567
in thread Nagios::Plugin issue with :type in Params::Validate (installation) by paulskav

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.