Matt Sergeant wrote:
Is something broken here? In the Makefile.PL it has both POE and PoCoIRC...
Yes it seems a bug of CPAN+. The only thing I see is 2 prereq on the same line.
I will look at this and give you feedback, thanks.


use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'POE::Component::IRC::Object',
'VERSION_FROM' => 'lib/POE/Component/IRC/Object.pm',
'PREREQ_PM' => { POE::Component::IRC => 0, POE => 0.20 },
'ABSTRACT_FROM' => 'lib/POE/Component/IRC/Object.pm',
'AUTHOR' => 'Matt Sergeant <[EMAIL PROTECTED]>',
);


On Thursday, Jan 30, 2003, at 08:03 Europe/London, Cpan Tester - CPAN++ Automate wrote:

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 [EMAIL PROTECTED] to keep other
test volunteers informed and to prevent any duplicate effort.
--
This is an error report generated automatically by CPANPLUS,
version 0.042.

Below is the error stack during 'make test':

PERL_DL_NONLAZY=1 /usr/local/perl-5.8.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00basic....Can't locate POE.pm in @INC (@INC contains: /home/alian/.cpanplus/5.8.0/build/POE-Component-IRC-Object-0.02/blib/ lib /home/alian/.cpanplus/5.8.0/build/POE-Component-IRC-Object-0.02/blib/ arch /home/alian/.cpanplus/5.8.0/build/Bot-Pluggable-0.03/blib/lib /home/alian/.cpanplus/5.8.0/build/Bot-Pluggable-0.03/blib/arch /home/alian/.cpanplus/5.8.0/build/POE-Component-IRC-Object-0.02/blib/ lib /home/alian/.cpanplus/5.8.0/build/POE-Component-IRC-Object-0.02/blib/ arch /usr/local/perl-5.8.0/lib/5.8.0/i386-netbsd-thread-multi /usr/local/perl-5.8.0/lib/5.8.0/i386-netbsd-thread-multi /usr/local/perl-5.8.0/lib/5.8.0 /usr/local/perl-5.8.0/lib/site_perl/5.8.0/i386-netbsd-thread-multi /usr/local/perl-5.8.0/lib/site_perl/5.8.0/i386-netbsd-thread-multi /usr/local/perl-5.8.0/lib/site_perl/5.8.0 /usr/local/perl-5.8.0/lib/site_perl/5.8.0/i386-netbsd-thread-multi /usr/local/perl-5.8.0/lib/site_perl/5.8.0 /usr/local/perl-5.8.0/lib/site_perl . /usr/local/perl-5.8.0/lib/5.8.0/i386-netbsd-thread-multi /usr/local/perl-5.8.0/lib/5.8.0 /usr/local/perl-5.8.0/lib/site_perl/5.8.0/i386-netbsd-thread-multi /usr/local/perl-5.8.0/lib/site_perl/5.8.0 /usr/local/perl-5.8.0/lib/site_perl .) at /home/alian/.cpanplus/5.8.0/build/POE-Component-IRC-Object-0.02/blib/ lib/POE/Component/IRC/Object.pm line 5.
BEGIN failed--compilation aborted at /home/alian/.cpanplus/5.8.0/build/POE-Component-IRC-Object-0.02/blib/ lib/POE/Component/IRC/Object.pm line 5.
Compilation failed in require at t/00basic.t line 4.
BEGIN failed--compilation aborted at t/00basic.t line 4.
# Failed test 1 in t/00basic.t at line 3
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------- --------
t/00basic.t 2 512 1 1 100.00% 1
Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay.
*** Error code 2

Stop.
make: stopped in /home/alian/.cpanplus/5.8.0/build/POE-Component-IRC-Object-0.02


Reply via email to