Skip Menu |

This queue is for tickets about the Net-IP-Lite CPAN distribution.

Report information
The Basics
Id: 85937
Status: resolved
Priority: 0/
Queue: Net-IP-Lite

People
Owner: ALEXKOM [...] cpan.org
Requestors: ALEXKOM [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.01
Fixed in: 0.02



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 } );
Чтв Июн 06 16:13:19 2013, ALEXKOM писал: Show quoted text
> 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 > } > );