Subject: | CPAN tests failed (Test::Exception not found) |
PERL_DL_NONLAZY=1 /usr/home/cpan/pit/thr/perl-5.16.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/0000_use.t ............. ok
Can't locate Test/Exception.pm in @INC (@INC contains: ./t/lib /usr/home/cpan/pit/thr/conf/perl-5.16.0/.cpanplus/5.16.0/build/Net-IP-Lite-0.01/blib/lib /usr/home/cpan/pit/thr/conf/perl-5.16.0/.cpanplus/5.16.0/build/Net-IP-Lite-0.01/blib/arch /usr/home/cpan/pit/thr/perl-5.16.0/lib/site_perl/5.16.0/i386-freebsd-thread-multi /usr/home/cpan/pit/thr/perl-5.16.0/lib/site_perl/5.16.0 /usr/home/cpan/pit/thr/perl-5.16.0/lib/5.16.0/i386-freebsd-thread-multi /usr/home/cpan/pit/thr/perl-5.16.0/lib/5.16.0 .) at t/lib/Test/Net/IP/Lite.pm line 8.
BEGIN failed--compilation aborted at t/lib/Test/Net/IP/Lite.pm line 8.
Compilation failed in require at t/0001_ip2bin.t line 8.
BEGIN failed--compilation aborted at t/0001_ip2bin.t line 8.
t/0001_ip2bin.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...
MISSING PREREQUISITES:
It was observed that the test suite seem to fail without these modules:
Test::Exception
As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem. For example:
WriteMakefile(
AUTHOR => 'ALEXKOM (cpanplus-info@lists.sf.net)',
... # other information
PREREQ_PM => {
'Test::Exception' => '0', # or a minimum working version
}
);