[guest - Sat Feb 28 23:29:52 2004]:
The appended patch gives the following results (thanks to testdrive.hp.com)
although Perl 5.00503 still complained about ABSTRACT_FROM and AUTHOR in Makefile.PL:
NetBSD 1.6
$ hostname
spe143.testdrive.hp.com
$ make TEST_VERBOSE=1 test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1,
'blib/lib', 'blib/arch')" t/*.t
t/local....1..1
ok 1
Your hostname = spe143.testdrive.hp.com
ok
All tests successful.
FreeBSD 4.9-RELEASE
$ hostname
spe151.testdrive.hp.com
$ make TEST_VERBOSE=1 test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.005
03/mach -I/usr/libdata/perl/5.00503 -e 'use Test::Harness qw(&runtests $verbose)
; $verbose=1; runtests @ARGV;' t/*.t
t/local.............1..1
ok 1
Your hostname = spe151.testdrive.hp.com
ok
All tests successful.
HP-UX B.11.11
$ hostname
spe191
$ make TEST_VERBOSE=1 test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/opt/perl/lib/5
.6.1/PA-RISC1.1-thread-multi -I/opt/perl/lib/5.6.1 -e 'use Test::Harness qw(&run
tests $verbose); $verbose=1; runtests @ARGV;' t/*.t
t/local.............1..1
ok 1
Your hostname = spe191.testdrive.hp.com
ok
All tests successful.
Linux 2.4.19-64GB-SMP
Show quoted text> more /etc/SuSE-release
SuSE SLES-8 (i386)
VERSION = 8.1
Show quoted text> hostname
spe150
Show quoted text> hostname --fqdn
spe150.testdrive.hp.com
Show quoted text> make TEST_VERBOSE=1 test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1,
'blib/lib', 'blib/arch')" t/*.t
t/local....1..1
ok 1
Your hostname = spe150.testdrive.hp.com
ok
All tests successful.
Linux 2.4.18-bf2.4
Show quoted text> more /etc/debian_version
3.0
Show quoted text> hostname
spe140
Show quoted text> hostname --fqdn
spe140.testdrive.hp.com
Show quoted text> make TEST_VERBOSE=1 test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl/5.6.1 -I/
usr/share/perl/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; r
untests @ARGV;' t/*.t
t/local.............1..1
ok 1
Your hostname = spe140.testdrive.hp.com
ok
All tests successful.
OSF1 V5.1
$ hostname
spe206.testdrive.hp.com
$ make TEST_VERBOSE=1 test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1,
'blib/lib', 'blib/arch')" t/*.t
t/local....1..1
ok 1
Your hostname = spe206.testdrive.hp.com
ok
All tests successful.
SunOS 5.8
$ hostname
slowbox
$ make TEST_VERBOSE=1 test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/perl5/5.00503/i86p
c-solaris -I/usr/perl5/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $ve
rbose=1; runtests @ARGV;' t/*.t
t/local.............1..1
ok 1
Your hostname = slowbox.example.com
ok
All tests successful.