Subject: | Net-DNS test 11-inet6.t fails with ran 10 of 11 tests |
The IPV6 test suit fails with only ran 10 of 11 tests, it appears to
correctly identify my lack of IPV6 support and skipp all tests but it
appears it only had 10 tests. If I change:
use Test::More tests=>11; to use Test::More tests=>10; then the test
suite completes correctly.
Perl Info:
Summary of my perl5 (revision 5.0 version 8 subversion 0)
OS Info:
Redhat 7.3 Kernel 2.4.18
BIND 9.2.3rc2
make test TEST_VERBOSE=1 info:
t/11-inet6.................1..11
ok 1 - use Net::DNS;
ok 2 # skip Socket6 and or IO::Socket::INET6 not loaded
# You will need to install these modules for IPv6 transport support
ok 3 # skip Socket6 and or IO::Socket::INET6 not loaded
# You will need to install these modules for IPv6 transport support
ok 4 # skip Socket6 and or IO::Socket::INET6 not loaded
# You will need to install these modules for IPv6 transport support
ok 5 # skip Socket6 and or IO::Socket::INET6 not loaded
# You will need to install these modules for IPv6 transport support
ok 6 # skip Socket6 and or IO::Socket::INET6 not loaded
# You will need to install these modules for IPv6 transport support
ok 7 # skip Socket6 and or IO::Socket::INET6 not loaded
# You will need to install these modules for IPv6 transport support
ok 8 # skip Socket6 and or IO::Socket::INET6 not loaded
# You will need to install these modules for IPv6 transport support
ok 9 # skip Socket6 and or IO::Socket::INET6 not loaded
# You will need to install these modules for IPv6 transport support
ok 10 # skip Socket6 and or IO::Socket::INET6 not loaded
# You will need to install these modules for IPv6 transport support
# Looks like you planned 11 tests but only ran 10.
dubious