Subject: | Fails to build on debian/bullseye |
dh_auto_test
perl Build test --verbose 1
t/00use.t .........
1..1
ok 1 - use Net::LibResolv;
ok
t/01constants.t ...
1..5
ok 1 - NS_C_IN
ok 2 - NS_T_A
ok 3 - NS_T_MX
ok 4 - type_name2value
ok 5 - type_value2name
ok
t/10res_query.t ...
1..1
Use of uninitialized value $answer in numeric gt (>) at t/10res_query.t line 11.
not ok 1 - res_query gave an answer for www.cpan.org
# Failed test 'res_query gave an answer for www.cpan.org'
# at t/10res_query.t line 11.
# Looks like you failed 1 test of 1.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/11res_search.t ..
1..1
Use of uninitialized value $answer in numeric gt (>) at t/11res_search.t line 11.
not ok 1 - res_search gave an answer for www.cpan.org
# Failed test 'res_search gave an answer for www.cpan.org'
# at t/11res_search.t line 11.
# Looks like you failed 1 test of 1.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/20error.t .......
1..1
not ok 1 - $h_errno for missing host
# Failed test '$h_errno for missing host'
# at t/20error.t line 19.
# got: 2
# expected: 1
# Looks like you failed 1 test of 1.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/99pod.t .........
1..0 # SKIP Test::Pod 1.00 required for testing POD
skipped: Test::Pod 1.00 required for testing POD
Test Summary Report
-------------------
t/10res_query.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/11res_search.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/20error.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=6, Tests=9, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.35 cusr 0.04 csys = 0.42 CPU)
Result: FAIL
Failed 3/6 test programs. 3/9 subtests failed.
dh_auto_test: perl Build test --verbose 1 returned exit code 255
make: *** [debian/rules:4: build] Error 255
--
Paul Evans