eisseven > tar xzf Test-Inter-1.01.tar.gz eisseven > cd Test-Inter-1.01 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Test::Inter eisseven > make cp lib/Test/Inter.pod blib/lib/Test/Inter.pod cp lib/Test/Inter.pm blib/lib/Test/Inter.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/file.t .......... ok t/is.t ............ ok t/ok.t ............ ok t/pod.t ........... ok t/pod_coverage.t .. ok t/require_ok.t .... ok t/skip_all.t ...... skipped: testing skip_all t/tests.t ......... ok t/use_ok.1.t ...... ok t/use_ok.2.t ...... ok t/use_ok.3.t ...... ok All tests successful. Files=11, Tests=60, 1 wallclock secs ( 0.13 usr 0.02 sys + 0.90 cusr 0.01 csys = 1.06 CPU) Result: PASS