Subject: | Dependency of tests on Test::Pod |
This is FreeBSD 5.2 with the perl 5.8.2.
Even it is said, that Test::Pod is optional, test phase of installation failes in an attempt to find it. Tat breaks whole automatic installation of the package(and Net::DNS::Server in fact).
The relevan output is the following:
Looks like this host does not have Test::Pod installed. Without this module,
the Pod documentation cannot be tested. This is not a big deal really, but
you might want to install Test::Mod by issuing the following command:
perl -MCPAN -e "install('Test::Pod')"
at a nearby shell. This is nice because it allows easy tests of your own
documentation.
Checking if your kit is complete...
Looks good
Writing Makefile for NetAddr::IP
cp IP.pm blib/lib/NetAddr/IP.pm
Manifying blib/man3/NetAddr::IP.3
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load..........Can't locate Test/Pod.pm in @INC (@INC contains: /usr/var/cpan/build/NetAddr-IP-3.19/blib/lib /usr/var/cpan/build/NetAddr-IP-3.19/blib/arch /usr/local/lib/perl5/site_perl/5.8.2/mach /usr/local/lib/perl5/site_perl/5.8.2 /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl/5.8.2 /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.2/BSDPAN /usr/local/lib/perl5/5.8.2/mach /usr/local/lib/perl5/5.8.2 . /usr/local/lib/perl5/site_perl/5.8.2/mach /usr/local/lib/perl5/site_perl/5.8.2 /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.2/BSDPAN /usr/local/lib/perl5/5.8.2/mach /usr/local/lib/perl5/5.8.2 .) at t/00-load.t line 19.
BEGIN failed--compilation aborted at t/00-load.t line 19.
# Looks like your test died before it could output anything.
t/00-load..........dubious
Test returned status 2 (wstat 512, 0x200)