Subject: | Test error in t/00-load for Net::DNS::Nameserver |
Net-DNS 0.53_02
This is perl, v5.6.1 built for sun4-solaris
SunOS vtn1 5.8 Generic_117350-25 sun4u sparc
Running 'make test' produces the following error:
PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.1/sun4-solaris -I/usr/local/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/00-load..................ok 2/75
t/00-load..................NOK 3# Failed test (t/00-load.t at line 10)
# Tried to use 'Net::DNS::Nameserver'.
# Error: Constant name 'HASH(0x3bbb58)' has invalid characters at blib/lib/Net/DNS/Nameserver.pm line 22
# BEGIN failed--compilation aborted at t/00-load.t line 10.
# Compilation failed in require at (eval 10) line 2.
# BEGIN failed--compilation aborted at (eval 10) line 2.
t/00-load..................ok 75/75# Looks like you failed 1 test of 75.
t/00-load..................dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 3
Failed 1/75 tests, 98.67% okay