eisseven > tar xzf Test-NoWarnings-1.01.tar.gz eisseven > cd Test-NoWarnings-1.01 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Test::NoWarnings eisseven > make cp lib/Test/NoWarnings.pm blib/lib/Test/NoWarnings.pm cp lib/Test/NoWarnings/Warning.pm blib/lib/Test/NoWarnings/Warning.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/01_none.t ...... ok t/02_end.t ....... ok t/03_no_tests.t .. ok t/04_no_end.t .... ok t/05_fork.t ...... ok t/97_meta.t ...... skipped: Author tests not required for installation t/98_pod.t ....... skipped: Author tests not required for installation t/99_pmv.t ....... skipped: Author tests not required for installation All tests successful. Files=8, Tests=42, 1 wallclock secs ( 0.06 usr 0.01 sys + 0.45 cusr 0.03 csys = 0.55 CPU) Result: PASS