eisseven > tar xzf Test-Pod-1.44.tar.gz eisseven > cd Test-Pod-1.44 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Test::Pod eisseven > make cp lib/Test/Pod.pm blib/lib/Test/Pod.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/00-load.t ............ 1/2 # Testing Test::Pod 1.44, Perl 5.012000, /usr/bin/perl # Using Pod::Simple 3.13 t/00-load.t ............ ok t/all_pod_files.t ...... ok t/cut-outside-block.t .. ok t/good.t ............... ok t/item-ordering.t ...... ok t/load.t ............... ok t/missing-file.t ....... ok t/pod.t ................ ok t/selftest.t ........... ok t/spaced-directives.t .. skipped: Not written yet t/unknown-directive.t .. ok All tests successful. Files=11, Tests=20, 2 wallclock secs ( 0.11 usr 0.03 sys + 1.04 cusr 0.16 csys = 1.34 CPU) Result: PASS