eisseven > tar xzf Test-Script-1.07.tar.gz eisseven > cd Test-Script-1.07 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite IPC::Run3 0.034 not found. Warning: prerequisite Probe::Perl 0.01 not found. eisseven > tar xzf Test-Script-1.07.tar.gz eisseven > cd Test-Script-1.07 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Test::Script eisseven > make cp lib/Test/Script.pm blib/lib/Test/Script.pm eisseven > maje test -bash: maje: command not found eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/01_compile.t ........ ok t/02_compiles_good.t .. ok t/03_compiles_bad.t ... ok t/04_runs_good.t ...... ok t/05_runs_bad.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=20, 1 wallclock secs ( 0.08 usr 0.01 sys + 0.98 cusr 0.08 csys = 1.15 CPU) Result: PASS