Apologies if this is too out there, but since it happens to demonstrate some of the power of the rather cool CPANPLUS module, and it happens to feature one of our own, and its absolutely hilarious I thought that I just had to post it.

This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/ Please cc any replies to cpan-testers@perl.org to keep other test volunteers informed and to prevent any duplicate effort. -- This is an error report generated automatically by CPANPLUS. Below is the error stack during 'make test': PERL_DL_NONLAZY=1 /usr/bin/perl5.6.0 -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.6.0/mach -I/usr/libdata/perl/BSDPAN test.pl 1..10 *** Error code 2 Stop in /usr/home/autrijus/.cpanplus/build/Perl6-Currying-0.01. Can't locate Filter/Simple.pm in @INC (@INC contains: ... .) at blib/lib/Perl6/Currying.pm line 3. BEGIN failed--compilation aborted at blib/lib/Perl6/Currying.pm line 3 +. Compilation failed in require at test.pl line 11. BEGIN failed--compilation aborted at test.pl line 11. Additional comments: Hello, Damian Conway! Thanks for uploading your works to CPAN. I noticed that the test suite seem to fail without these modules: Filter::Simple As such, adding the prerequisite module(s) to 'PREREQ_PM' in your Makefile.PL should solve this problem. For example: WriteMakefile( AUTHOR => 'Damian Conway (damian@conway.org)', ... # other information PREREQ_PM => { 'Filter::Simple' => '0', # or a minimum workable version } ); If you are interested in making a more flexible Makefile.PL that can probe for missing dependencies and install them, ExtUtils::AutoInstall at <http://search.cpan.org/search?dist=ExtUtils-AutoInstall> may be worth a look. Thanks! :-) --
All respects to the sulphurous one..

Yves / DeMerphq
---
Writing a good benchmark isnt as easy as it might look.


In reply to (OT) A little something to laugh about from the CPAN test mailing list... by demerphq

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.