All respects to the sulphurous one..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! :-) --
Yves / DeMerphq
---
Writing a good benchmark isnt as easy as it might look.
|
---|
Replies are listed 'Best First'. | |
---|---|
(kudra: happens a lot) Re: (OT) A little something to laugh about from the CPAN test mailing list...
by kudra (Vicar) on May 14, 2002 at 16:24 UTC | |
by demerphq (Chancellor) on May 15, 2002 at 07:49 UTC | |
Re: You can have this kind of fun everyday
by Hanamaki (Chaplain) on May 15, 2002 at 15:01 UTC |