Subject: | Missing dependency declaration on |
The Makefile.PL has this line:
PREREQ_PM => {}, # e.g., Module::Name => 1.1
Please make that
PREREQ_PM => { 'XML::Parser' => 0 },
I saw this FAIL due to this missing declaration.
PERL_DL_NONLAZY=1
/home/src/perl/repoperls/installed-perls/perl/poVRXeR/perl-5.10.0@34208/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib',
'blib/arch')" t/*.t
t/Net-LuceneWS....Can't locate XML/Parser.pm in @INC (@INC contains:
/tmp/CPAN-Reporter-lib-4dRz
/home/sand/.cpan/build/Net-LuceneWS-0.01-wYOVma/blib/lib
/home/sand/.cpan/build/Net-LuceneWS-0.01-wYOVma/blib/arch
/home/src/perl/repoperls/installed-perls/perl/poVRXeR/perl-5.10.0@34208/lib/5.11.0/i686-linux-64int
/home/src/perl/repoperls/installed-perls/perl/poVRXeR/perl-5.10.0@34208/lib/5.11.0
/home/src/perl/repoperls/installed-perls/perl/poVRXeR/perl-5.10.0@34208/lib/site_perl/5.11.0/i686-linux-64int
/home/src/perl/repoperls/installed-perls/perl/poVRXeR/perl-5.10.0@34208/lib/site_perl/5.11.0
.) at
/home/sand/.cpan/build/Net-LuceneWS-0.01-wYOVma/blib/lib/Net/LuceneWS/Parser.pm
line 5.
BEGIN failed--compilation aborted at
/home/sand/.cpan/build/Net-LuceneWS-0.01-wYOVma/blib/lib/Net/LuceneWS/Parser.pm
line 5.
Compilation failed in require at
/home/sand/.cpan/build/Net-LuceneWS-0.01-wYOVma/blib/lib/Net/LuceneWS.pm
line 7.
BEGIN failed--compilation aborted at
/home/sand/.cpan/build/Net-LuceneWS-0.01-wYOVma/blib/lib/Net/LuceneWS.pm
line 7.
Compilation failed in require at t/Net-LuceneWS.t line 10.
BEGIN failed--compilation aborted at t/Net-LuceneWS.t line 10.
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Test Summary Report
-------------------
t/Net-LuceneWS (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 1 tests but ran 0.
Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.03 cusr
0.00 csys = 0.05 CPU)
Result: FAIL
See also
http://bbbike.radzeit.de/~slaven/cpantestersmatrix.cgi?dist=Net-LuceneWS;maxver=
Thanks,