Subject: | make test fails on Perl 5.6.1 |
The following error occurs when running 'make test' on Net-IP-0.25. The
error did not occur on Net-IP-0.24.
My Perl is v5.6.1, on RedHat Enterprise Linux 2.1. Feel free to email me
for more information.
$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/lib/perl5/5.6.1/i386-linux -I/usr/lib/perl5/5.6.1 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/ipv4..............int=3279048704
Can't call method "as_hex" without a package or object reference at
blib/lib/Net/IP.pm line 433.
t/ipv4..............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 5-27
Failed 23/27 tests, 14.81% okay
t/ipv6..............int=295990755014133383690938178081940045824
Can't call method "as_hex" without a package or object reference at
blib/lib/Net/IP.pm line 433.
t/ipv6..............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 5-21
Failed 17/21 tests, 19.05% okay