eisseven > tar xzf File-Which-1.09.tar.gz eisseven > cd File-Which-1.09 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite Test::Script 1.05 not found. Writing Makefile for File::Which eisseven > tar xzf File-Which-1.09.tar.gz eisseven > cd File-Which-1.09 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for File::Which eisseven > make cp lib/File/Which.pm blib/lib/File/Which.pm cp script/pwhich blib/script/pwhich /usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pwhich 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_compile.t .. ok t/02_all.t ...... ok t/03_simple.t ... ok t/04_pwhich.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=7, Tests=20, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.57 cusr 0.04 csys = 0.67 CPU) Result: PASS