Start 2010-04-15T22:22:30 ActivePerl-1200 CPAN-1.9402 Going to read '/home/fly1200/var/cpan/Metadata' Database was generated on Thu, 15 Apr 2010 21:27:26 GMT Running make for S/SA/SARTAK/Moose-Test-0.01.tar.gz Checksum for /net/nas/data/cpan/authors/id/S/SA/SARTAK/Moose-Test-0.01.tar.gz ok Moose-Test-0.01/ Moose-Test-0.01/inc/ Moose-Test-0.01/inc/Module/ Moose-Test-0.01/inc/Module/Install/ Moose-Test-0.01/inc/Module/Install/Base.pm Moose-Test-0.01/inc/Module/Install/Can.pm Moose-Test-0.01/inc/Module/Install/Fetch.pm Moose-Test-0.01/inc/Module/Install/Makefile.pm Moose-Test-0.01/inc/Module/Install/Metadata.pm Moose-Test-0.01/inc/Module/Install/Win32.pm Moose-Test-0.01/inc/Module/Install/WriteAll.pm Moose-Test-0.01/inc/Module/Install.pm Moose-Test-0.01/lib/ Moose-Test-0.01/lib/Moose/ Moose-Test-0.01/lib/Moose/Test/ Moose-Test-0.01/lib/Moose/Test/Case.pm Moose-Test-0.01/lib/Moose/Test.pm Moose-Test-0.01/Makefile.PL Moose-Test-0.01/MANIFEST Moose-Test-0.01/META.yml Moose-Test-0.01/SIGNATURE Moose-Test-0.01/t/ Moose-Test-0.01/t/000_load.t Moose-Test-0.01/t/001_basic/ Moose-Test-0.01/t/001_basic/Bar.pm Moose-Test-0.01/t/001_basic/Foo.pm Moose-Test-0.01/t/001_basic/test_Bar.pl Moose-Test-0.01/t/001_basic/test_Foo.pl Moose-Test-0.01/t/001_basic.t Moose-Test-0.01/t/002_basic_defaults/ Moose-Test-0.01/t/002_basic_defaults/001_Foo.pm Moose-Test-0.01/t/002_basic_defaults/001_test_Foo.pl Moose-Test-0.01/t/002_basic_defaults/002_Bar.pm Moose-Test-0.01/t/002_basic_defaults/002_test_Bar.pl Moose-Test-0.01/t/002_basic_defaults.t Moose-Test-0.01/t/003_basic_dwim/ Moose-Test-0.01/t/003_basic_dwim/001_Foo.pm Moose-Test-0.01/t/003_basic_dwim/001_test_Foo.pl Moose-Test-0.01/t/003_basic_dwim/002_Bar.pm Moose-Test-0.01/t/003_basic_dwim/002_test_Bar.pl Moose-Test-0.01/t/003_basic_dwim.t Moose-Test-0.01/t/004_create_test_body/ Moose-Test-0.01/t/004_create_test_body/001_Foo.pm Moose-Test-0.01/t/004_create_test_body/001_test_Foo.pl Moose-Test-0.01/t/004_create_test_body/002_Bar.pm Moose-Test-0.01/t/004_create_test_body/002_test_Bar.pl Moose-Test-0.01/t/004_create_test_body.t Moose-Test-0.01/t/005_multiple_test_case/ Moose-Test-0.01/t/005_multiple_test_case/001_Foo.pm Moose-Test-0.01/t/005_multiple_test_case/001_test_Foo.pl Moose-Test-0.01/t/005_multiple_test_case--dont_postprocess.t Moose-Test-0.01/t/005_multiple_test_case--postprocess.t Moose-Test-0.01/t/006_run_tests/ Moose-Test-0.01/t/006_run_tests/001_Foo.pm Moose-Test-0.01/t/006_run_tests/001_test_Foo.pl Moose-Test-0.01/t/006_run_tests/002_Bar.pm Moose-Test-0.01/t/006_run_tests/002_test_Bar.pl Moose-Test-0.01/t/006_run_tests.t Moose-Test-0.01/t/007_multiple_run_test/ Moose-Test-0.01/t/007_multiple_run_test/001_Foo.pm Moose-Test-0.01/t/007_multiple_run_test/001_test_Foo.pl Moose-Test-0.01/t/007_multiple_run_test--dont_postprocess.t Moose-Test-0.01/t/007_multiple_run_test--postprocess.t CPAN.pm: Going to build S/SA/SARTAK/Moose-Test-0.01.tar.gz >>> /home/fly1200/ap1200-292396/bin/perl-static Makefile.PL Cannot determine perl version info from lib/Moose/Test.pm Checking if your kit is complete... Looks good Writing Makefile for Moose::Test >>> make cp lib/Moose/Test.pm blib/lib/Moose/Test.pm cp lib/Moose/Test/Case.pm blib/lib/Moose/Test/Case.pm Manifying blib/man3/Moose::Test.3 Manifying blib/man3/Moose::Test::Case.3 SARTAK/Moose-Test-0.01.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1200/ap1200-292396/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/000_load.t .................................. 1..1 ok 1 - use Moose::Test; ok t/001_basic.t ................................. 1..16 ok 1 - use Moose::Test; ok 2 - use Moose::Test::Case; ok 3 - The object isa Moose::Test::Case ok 4 - The object isa Path::Class::Dir ok 5 - ... got the right pm files ok 6 - ... got the right test files ok 7 - ... loaded the PM files okay ok 8 - .. got the right number of test files ok 9 - The object isa Foo ok 10 - Foo->can('bar') ok 11 - Foo->can('baz') ok 12 - The object isa Bar ok 13 - The object isa Foo ok 14 - Bar->can('bar') ok 15 - Bar->can('baz') ok 16 - Bar->can('foo') ok t/002_basic_defaults.t ........................ 1..16 ok 1 - use Moose::Test; ok 2 - use Moose::Test::Case; ok 3 - The object isa Moose::Test::Case ok 4 - The object isa Path::Class::Dir ok 5 - ... got the right pm files ok 6 - ... got the right test files ok 7 - ... loaded the PM files okay ok 8 - .. got the right number of test files ok 9 - The object isa Foo ok 10 - Foo->can('bar') ok 11 - Foo->can('baz') ok 12 - The object isa Bar ok 13 - The object isa Foo ok 14 - Bar->can('bar') ok 15 - Bar->can('baz') ok 16 - Bar->can('foo') ok t/003_basic_dwim.t ............................ 1..17 ok 1 - use Moose::Test; ok 2 - use Moose::Test::Case; ok 3 - The object isa Moose::Test::Case ok 4 - The object isa Path::Class::Dir ok 5 - ... got the path we expected ok 6 - ... got the right pm files ok 7 - ... got the right test files ok 8 - ... loaded the PM files okay ok 9 - .. got the right number of test files ok 10 - The object isa Foo ok 11 - Foo->can('bar') ok 12 - Foo->can('baz') ok 13 - The object isa Bar ok 14 - The object isa Foo ok 15 - Bar->can('bar') ok 16 - Bar->can('baz') ok 17 - Bar->can('foo') ok t/004_create_test_body.t ...................... 1..11 ok 1 - use Moose::Test; ok 2 - use Moose::Test::Case; ok 3 - ... got the right test string ok 4 - The object isa Foo ok 5 - Foo->can('bar') ok 6 - Foo->can('baz') ok 7 - The object isa Bar ok 8 - The object isa Foo ok 9 - Bar->can('bar') ok 10 - Bar->can('baz') ok 11 - Bar->can('foo') ok t/005_multiple_test_case--dont_postprocess.t .. 1..13 ok 1 - use Moose::Test; ok 2 - use Moose::Test::Case; ok 3 - The object isa Moose::Test::Case ok 4 - The object isa Path::Class::Dir ok 5 - ... got the path we expected ok 6 - ... got the right pm file ok 7 - ... got the right test file ok 8 - ... loaded the PM files okay ok 9 - .. got the right number of test files ok 10 - The object isa Foo ok 11 - Foo->can('bar') ok 12 - Foo->can('baz') ok 13 ok t/005_multiple_test_case--postprocess.t ....... 1..13 ok 1 - use Moose::Test; ok 2 - use Moose::Test::Case; ok 3 - The object isa Moose::Test::Case ok 4 - The object isa Path::Class::Dir ok 5 - ... got the path we expected ok 6 - ... got the right pm file ok 7 - ... got the right test file ok 8 - ... loaded the PM files okay ok 9 - .. got the right number of test files ok 10 - The object isa Foo ok 11 - Foo->can('bar') ok 12 - Foo->can('baz') ok 13 ok t/006_run_tests.t ............................. 1..9 ok 1 - The object isa Foo ok 2 - Foo->can('bar') ok 3 - Foo->can('baz') ok 4 - The object isa Bar ok 5 - The object isa Foo ok 6 - Bar->can('bar') ok 7 - Bar->can('baz') ok 8 - Bar->can('foo') ok 9 - we can hook into any interesting point in run_tests ok t/007_multiple_run_test--dont_postprocess.t ... 1..4 ok 1 - The object isa Foo ok 2 - Foo->can('bar') ok 3 - Foo->can('baz') ok 4 ok t/007_multiple_run_test--postprocess.t ........ 1..4 ok 1 - The object isa Foo ok 2 - Foo->can('bar') ok 3 - Foo->can('baz') ok 4 ok All tests successful. Files=10, Tests=104, 0 wallclock secs ( 0.04 usr 0.02 sys + 0.65 cusr 0.10 csys = 0.81 CPU) Result: PASS SARTAK/Moose-Test-0.01.tar.gz make test TEST_VERBOSE=1 -- OK Shawn M Moore <sartak@gmail.com> A Test Runner for the Moose test suite >>> (cd /home/fly1200/var/cpan/build/Moose-Test-0.01-ezDgei && tar cvf - Moose-Test-0.01.ppd blib) | gzip -c >/home/fly1200/var/REPO/S/SA/SARTAK/Moose-Test-0.01.tar.gz Moose-Test-0.01.ppd blib/ blib/lib/ blib/lib/Moose/ blib/lib/Moose/Test/ blib/lib/Moose/Test/Case.pm blib/lib/Moose/Test.pm blib/man3/ blib/man3/Moose::Test.3 blib/man3/Moose::Test::Case.3 >>> mv /home/fly1200/var/cpan/build/Moose-Test-0.01-ezDgei/Moose-Test-0.01.ppd /home/fly1200/var/REPO/S/SA/SARTAK Finished 2010-04-15T22:22:33