Start 2009-09-17T00:11:12 ActivePerl-818 CPAN-1.9402 Going to read '/Users/fly818/var/cpan/Metadata' Database was generated on Wed, 16 Sep 2009 10:27:07 GMT Running make for A/AD/ADAMK/File-Which-1.08.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/A/AD/ADAMK/File-Which-1.08.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/A/AD/ADAMK/CHECKSUMS Checksum for /Users/fly818/var/cpan/sources/authors/id/A/AD/ADAMK/File-Which-1.08.tar.gz ok Will not use Archive::Tar, need 1.00 File-Which-1.08/ File-Which-1.08/META.yml File-Which-1.08/LICENSE File-Which-1.08/Makefile.PL File-Which-1.08/README File-Which-1.08/script/ File-Which-1.08/script/pwhich File-Which-1.08/MANIFEST File-Which-1.08/Changes File-Which-1.08/lib/ File-Which-1.08/lib/File/ File-Which-1.08/lib/File/Which.pm File-Which-1.08/t/ File-Which-1.08/t/04_pwhich.t File-Which-1.08/t/02_all.t File-Which-1.08/t/97_meta.t File-Which-1.08/t/01_compile.t File-Which-1.08/t/98_pod.t File-Which-1.08/t/03_simple.t File-Which-1.08/t/99_pmv.t File-Which-1.08/t/test-bin/ File-Which-1.08/t/test-bin/test2.bat File-Which-1.08/t/test-bin/all File-Which-1.08/t/test-bin/test1.exe File-Which-1.08/t/test-bin/all.exe File-Which-1.08/t/test-bin/README.txt File-Which-1.08/t/test-bin/all.bat File-Which-1.08/t/test-bin/test4/ File-Which-1.08/t/test-bin/test4/foo.txt File-Which-1.08/t/test-bin/test3 CPAN.pm: Going to build A/AD/ADAMK/File-Which-1.08.tar.gz >>> /Users/fly818/bin/perl Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite Test::Script 1.05 not found. We have 1.03. Writing Makefile for File::Which ---- Unsatisfied dependencies detected during ---- ---- ADAMK/File-Which-1.08.tar.gz ---- Test::Script [requires] Running make test Delayed until after prerequisites Running test for module 'Test::Script' Running make for A/AD/ADAMK/Test-Script-1.05.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/A/AD/ADAMK/Test-Script-1.05.tar.gz Checksum for /Users/fly818/var/cpan/sources/authors/id/A/AD/ADAMK/Test-Script-1.05.tar.gz ok Will not use Archive::Tar, need 1.00 Test-Script-1.05/ Test-Script-1.05/README Test-Script-1.05/Makefile.PL Test-Script-1.05/LICENSE Test-Script-1.05/META.yml Test-Script-1.05/MANIFEST Test-Script-1.05/lib/ Test-Script-1.05/lib/Test/ Test-Script-1.05/lib/Test/Script.pm Test-Script-1.05/Changes Test-Script-1.05/inc/ Test-Script-1.05/inc/Module/ Test-Script-1.05/inc/Module/Install/ Test-Script-1.05/inc/Module/Install/DSL.pm Test-Script-1.05/inc/Module/Install/Win32.pm Test-Script-1.05/inc/Module/Install/WriteAll.pm Test-Script-1.05/inc/Module/Install/Can.pm Test-Script-1.05/inc/Module/Install/Metadata.pm Test-Script-1.05/inc/Module/Install/Base.pm Test-Script-1.05/inc/Module/Install/Makefile.pm Test-Script-1.05/inc/Module/Install/Fetch.pm Test-Script-1.05/inc/Module/Install.pm Test-Script-1.05/t/ Test-Script-1.05/t/03_compiles_bad.t Test-Script-1.05/t/04_runs_good.t Test-Script-1.05/t/97_meta.t Test-Script-1.05/t/01_compile.t Test-Script-1.05/t/98_pod.t Test-Script-1.05/t/02_compiles_good.t Test-Script-1.05/t/05_runs_bad.t Test-Script-1.05/t/99_pmv.t Test-Script-1.05/t/bin/ Test-Script-1.05/t/bin/bad.pl Test-Script-1.05/t/bin/good.pl Test-Script-1.05/t/bin/print.pl Test-Script-1.05/t/bin/four.pl CPAN.pm: Going to build A/AD/ADAMK/Test-Script-1.05.tar.gz >>> /Users/fly818/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Test::Script >>> make cp lib/Test/Script.pm blib/lib/Test/Script.pm Manifying blib/man3/Test::Script.3 ADAMK/Test-Script-1.05.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/01_compile.t ........ 1..3 ok 1 - use Test::Script; ok 2 - Exports script_compiles by default ok 3 - Exports script_runs by default ok t/02_compiles_good.t .. 1..4 ok 1 - Good script returns true ok 2 - script_compiles_ok returns true as a convenience ok 3 - Good script returns true ok 4 - script_compiles_ok returns true as a convenience ok # Failed test 'Bad script returns false' # at t/03_compiles_bad.t line 38. # STDERR is: # # Failed test 'Script t/bin/bad.pl compiles' # # at t/03_compiles_bad.t line 37. # # 255 - Bad at t/bin/bad.pl line 4. # # BEGIN failed--compilation aborted at t/bin/bad.pl line 5. # # not: # /#\s+Failed\ test.*?\n?.*?at\ t\/03_compiles_bad\.t line 37.*\n?/ # # # 9 - Bad at t/bin/bad.pl line 4. # # # BEGIN failed--compilation aborted at t/bin/bad.pl line 5. # # as expected # Failed test 'Bad script returns false' # at t/03_compiles_bad.t line 50. # STDERR is: # # Failed test 'It worked' # # at t/03_compiles_bad.t line 49. # # 255 - Bad at t/bin/bad.pl line 4. # # BEGIN failed--compilation aborted at t/bin/bad.pl line 5. # # not: # /#\s+Failed\ test.*?\n?.*?at\ t\/03_compiles_bad\.t line 49.*\n?/ # # # 9 - Bad at t/bin/bad.pl line 4. # # # BEGIN failed--compilation aborted at t/bin/bad.pl line 5. # # as expected t/03_compiles_bad.t ... 1..5 ok 1 - Found bad script not ok 2 - Bad script returns false ok 3 - script_compiles_ok returns false as a convenience not ok 4 - Bad script returns false ok 5 - script_compiles_ok returns false as a convenience Failed 2/5 subtests t/04_runs_good.t ...... 1..4 ok 1 - Good script returns true ok 2 - script_compiles_ok returns true as a convenience ok 3 - Good script returns true ok 4 - script_compiles_ok returns true as a convenience ok t/05_runs_bad.t ....... 1..4 ok 1 - Bad script returns false ok 2 - script_compiles_ok returns true as a convenience ok 3 - Bad script returns false ok 4 - script_compiles_ok returns true as a convenience ok t/97_meta.t ........... 1..2 ok 1 - META.yml contains valid YAML ok 2 - META.yml meets the designated specification ok t/98_pod.t ............ 1..1 ok 1 - blib/lib/Test/Script.pm ok t/99_pmv.t ............ 1..14 ok 1 - lib/Test/Script.pm ok 2 - t/01_compile.t ok 3 - t/02_compiles_good.t ok 4 - t/03_compiles_bad.t ok 5 - t/04_runs_good.t ok 6 - t/05_runs_bad.t ok 7 - t/97_meta.t ok 8 - t/98_pod.t ok 9 - t/99_pmv.t ok 10 - t/bin/bad.pl ok 11 - t/bin/four.pl ok 12 - t/bin/good.pl ok 13 - t/bin/print.pl ok 14 - Makefile.PL ok Test Summary Report ------------------- t/03_compiles_bad.t (Wstat: 0 Tests: 5 Failed: 2) Failed tests: 2, 4 Files=8, Tests=37, 5 wallclock secs ( 0.12 usr 0.12 sys + 4.19 cusr 0.61 csys = 5.04 CPU) Result: FAIL Failed 1/8 test programs. 2/37 subtests failed. make: *** [test_dynamic] Error 255 ADAMK/Test-Script-1.05.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports ADAMK/Test-Script-1.05.tar.gz Running make for A/AD/ADAMK/File-Which-1.08.tar.gz Has already been unwrapped into directory /Users/fly818/var/cpan/build/File-Which-1.08-R1N58d CPAN.pm: Going to build A/AD/ADAMK/File-Which-1.08.tar.gz Warning: Prerequisite 'Test::Script => 1.05' for 'ADAMK/File-Which-1.08.tar.gz' failed when processing 'ADAMK/Test-Script-1.05.tar.gz' with 'make_test => NO'. Continuing, but chances to succeed are limited. >>> make cp lib/File/Which.pm blib/lib/File/Which.pm cp script/pwhich blib/script/pwhich /Users/fly818/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/pwhich Manifying blib/man1/pwhich.1 Manifying blib/man3/File::Which.3 ADAMK/File-Which-1.08.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t Undefined subroutine &main::script_compiles called at t/01_compile.t line 14. # Looks like you planned 2 tests but ran 1. # Looks like your test exited with 255 just after 1. t/01_compile.t .. 1..2 ok 1 - use File::Which; Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/2 subtests t/02_all.t ...... 1..4 ok 1 - Found test-bin ok 2 - Found all ok 3 - Found at least one result ok 4 - Scalar which result matches where result ok t/03_simple.t ... 1..10 ok 1 - Null-length false result ok 2 - Positive length false result ok 3 - Found test-bin ok 4 # skip Not on DOS-like filesystem ok 5 # skip Not on DOS-like filesystem ok 6 # skip Not on DOS-like filesystem ok 7 - Check test3 for Unix ok 8 # skip Not on a cygwin filesystem ok 9 # skip Not on a cygwin filesystem ok 10 # skip Not on a DOS or VMS filesystem ok Undefined subroutine &main::script_runs called at t/04_pwhich.t line 23. # Looks like you planned 4 tests but ran 3. # Looks like your test exited with 2 just after 3. t/04_pwhich.t ... 1..4 ok 1 - Found path to perl ok 2 - Found path to perl ok 3 - perl exists Dubious, test returned 2 (wstat 512, 0x200) Failed 1/4 subtests t/97_meta.t ..... 1..2 ok 1 - META.yml contains valid YAML ok 2 - META.yml meets the designated specification ok t/98_pod.t ...... 1..2 ok 1 - blib/script/pwhich ok 2 - blib/lib/File/Which.pm ok t/99_pmv.t ...... skipped: no minimum perl version could be determined Test Summary Report ------------------- t/01_compile.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 2 tests but ran 1. t/04_pwhich.t (Wstat: 512 Tests: 3 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 4 tests but ran 3. Files=7, Tests=22, 1 wallclock secs ( 0.10 usr 0.11 sys + 1.05 cusr 0.26 csys = 1.52 CPU) Result: FAIL Failed 2/7 test programs. 0/22 subtests failed. make: *** [test_dynamic] Error 255 ADAMK/File-Which-1.08.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports ADAMK/File-Which-1.08.tar.gz Finished 2009-09-17T00:11:31