eisseven > tar xzf Net-Ident-1.20.tar.gz Mail-eisseven > cd Net-Ident-1.20 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Do not worry if any of the following items are not found Checking for previous Net::Ident... Not found. You could force installing the backwards-compatible Net::Ident, for example because you want to use scripts that rely on the backwards compatible calling syntax [not that that's very likely; I'm not aware of any existing scripts that use it -- JohnPC]. To enable this, re-run this Makefile.PL using: perl Makefile.PL --force-compat Checking for Apache.pm... not found Writing Makefile for Net::Ident eisseven > tar xzf Net-Ident-1.20.tar.gz eisseven > cd Net-Ident-1.20 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Do not worry if any of the following items are not found Checking for previous Net::Ident... Not found. You could force installing the backwards-compatible Net::Ident, for example because you want to use scripts that rely on the backwards compatible calling syntax [not that that's very likely; I'm not aware of any existing scripts that use it -- JohnPC]. To enable this, re-run this Makefile.PL using: perl Makefile.PL --force-compat Checking for Apache.pm... not found Writing Makefile for Net::Ident eisseven > make cp Ident.pm blib/lib/Net/Ident.pm eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/0use.t .... 1/1 Net::Ident::_export_hooks() called too early to check prototype at /usr/src/perl/Net-Ident-1.20/blib/lib/Net/Ident.pm line 29. t/0use.t .... ok t/apache.t .. Net::Ident::_export_hooks() called too early to check prototype at /usr/src/perl/Net-Ident-1.20/blib/lib/Net/Ident.pm line 29. t/apache.t .. skipped: (no reason given) t/compat.t .. Net::Ident::_export_hooks() called too early to check prototype at /usr/src/perl/Net-Ident-1.20/blib/lib/Net/Ident.pm line 29. t/compat.t .. skipped: (no reason given) t/Ident.t ... Net::Ident::_export_hooks() called too early to check prototype at /usr/src/perl/Net-Ident-1.20/blib/lib/Net/Ident.pm line 29. t/Ident.t ... Failed 3/7 subtests Test Summary Report ------------------- t/Ident.t (Wstat: 0 Tests: 7 Failed: 3) Failed tests: 1-3 Files=4, Tests=8, 121 wallclock secs ( 0.05 usr 0.02 sys + 1.90 cusr 0.61 csys = 2.58 CPU) Result: FAIL Failed 1/4 test programs. 3/8 subtests failed. make: *** [test_dynamic] Error 255 eisseven >