Start 2008-10-28T06:00:42 Going to read /home/cpanfly/var/cpan/Metadata Database was generated on Tue, 28 Oct 2008 07:26:54 GMT Running make for P/PE/PETDANCE/Module-Starter-1.50.tar.gz Checksum for /net/nas/data/cpan/authors/id/P/PE/PETDANCE/Module-Starter-1.50.tar.gz ok Module-Starter-1.50/ Module-Starter-1.50/bin/ Module-Starter-1.50/bin/module-starter Module-Starter-1.50/Changes Module-Starter-1.50/getting-started.html Module-Starter-1.50/lib/ Module-Starter-1.50/lib/Module/ Module-Starter-1.50/lib/Module/Starter/ Module-Starter-1.50/lib/Module/Starter/App.pm Module-Starter-1.50/lib/Module/Starter/BuilderSet.pm Module-Starter-1.50/lib/Module/Starter/Plugin/ Module-Starter-1.50/lib/Module/Starter/Plugin/Template.pm Module-Starter-1.50/lib/Module/Starter/Plugin.pod Module-Starter-1.50/lib/Module/Starter/Simple.pm Module-Starter-1.50/lib/Module/Starter.pm Module-Starter-1.50/Makefile.PL Module-Starter-1.50/MANIFEST Module-Starter-1.50/META.yml Module-Starter-1.50/perlcriticrc Module-Starter-1.50/README Module-Starter-1.50/t/ Module-Starter-1.50/t/00-load.t Module-Starter-1.50/t/BuilderSet.t Module-Starter-1.50/t/data/ Module-Starter-1.50/t/data/templates/ Module-Starter-1.50/t/data/templates/Build.PL Module-Starter-1.50/t/data/templates/Changes Module-Starter-1.50/t/data/templates/Makefile.PL Module-Starter-1.50/t/data/templates/Module.pm Module-Starter-1.50/t/data/templates/README Module-Starter-1.50/t/data/templates/t/ Module-Starter-1.50/t/data/templates/t/00-load.t Module-Starter-1.50/t/data/templates/t/boilerplate.t Module-Starter-1.50/t/data/templates/t/pod-coverage.t Module-Starter-1.50/t/data/templates/t/pod.t Module-Starter-1.50/t/lib/ Module-Starter-1.50/t/lib/Module/ Module-Starter-1.50/t/lib/Module/Starter/ Module-Starter-1.50/t/lib/Module/Starter/TestPlugin.pm Module-Starter-1.50/t/module-starter.t Module-Starter-1.50/t/pod-coverage.t Module-Starter-1.50/t/pod.t Module-Starter-1.50/t/test-dist.t CPAN.pm: Going to build P/PE/PETDANCE/Module-Starter-1.50.tar.gz >>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Module::Starter >>> make cp lib/Module/Starter.pm blib/lib/Module/Starter.pm cp lib/Module/Starter/Simple.pm blib/lib/Module/Starter/Simple.pm cp lib/Module/Starter/BuilderSet.pm blib/lib/Module/Starter/BuilderSet.pm cp lib/Module/Starter/App.pm blib/lib/Module/Starter/App.pm cp lib/Module/Starter/Plugin/Template.pm blib/lib/Module/Starter/Plugin/Template.pm cp lib/Module/Starter/Plugin.pod blib/lib/Module/Starter/Plugin.pod cp bin/module-starter blib/script/module-starter /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/module-starter Manifying blib/man1/module-starter.1 Manifying blib/man3/Module::Starter::BuilderSet.3 Manifying blib/man3/Module::Starter::Simple.3 Manifying blib/man3/Module::Starter.3 Manifying blib/man3/Module::Starter::Plugin::Template.3 Manifying blib/man3/Module::Starter::App.3 Manifying blib/man3/Module::Starter::Plugin.3 PETDANCE/Module-Starter-1.50.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load........... 1..4 ok 1 - use Module::Starter; ok 2 - use Module::Starter::Simple; ok 3 - use Module::Starter::BuilderSet; ok 4 - use Module::Starter::Plugin::Template; # Testing Module::Starter 1.50, Perl 5.010000, /home/cpanfly/ap1003/bin/perl-static ok t/BuilderSet........ 1..17 ok 1 - require Module::Starter::BuilderSet ok 2 - The object isa Module::Starter::BuilderSet ok 3 - Module::Starter::BuilderSet->can(...) ok 4 - default builder is in the list of supported builders ok 5 - all supported builders claim to generate a file ok 6 - all supported builders provide build instructions ok 7 - dependency command for 'ExtUtils::MakeMaker' is set ok 8 - aliases look correct for builder 'ExtUtils::MakeMaker', dep 'make' ok 9 - dependency command for 'ExtUtils::MakeMaker' is set ok 10 - aliases look correct for builder 'ExtUtils::MakeMaker', dep 'chmod' ok 11 - Module::Starter::Simple->can(...) ok 12 - check_compatibility() with no args returns default builder ok 13 - check_compatibility() with unsupported builder returns default builder ok 14 - check_compatibility() strips incompatible builder ok 15 - check_compatibility() gives precidence to the first module passed ok 16 - check_compatibility() returns all compatible builders ok 17 - check_compatibility() returns only compatible builders when given mixed set of compatible, incompatible and nonsense ok t/module-starter.... 1..0 # Skip these tests must be completely rewritten skipped: these tests must be completely rewritten t/pod-coverage...... 1..5 ok 1 - Pod coverage on Module::Starter ok 2 - Pod coverage on Module::Starter::App ok 3 - Pod coverage on Module::Starter::Simple ok 4 - Pod coverage on Module::Starter::BuilderSet ok 5 - Pod coverage on Module::Starter::Plugin::Template ok t/pod............... 1..7 ok 1 - blib/script/module-starter ok 2 - blib/lib/Module/Starter.pm ok 3 - blib/lib/Module/Starter/App.pm ok 4 - blib/lib/Module/Starter/Plugin.pod ok 5 - blib/lib/Module/Starter/Simple.pm ok 6 - blib/lib/Module/Starter/BuilderSet.pm ok 7 - blib/lib/Module/Starter/Plugin/Template.pm ok t/test-dist......... 1..61 ok 1 - Starts with the package name ok 2 - README used to introduce ok 3 - A README file is required ok 4 - INSTALLATION section ok 5 - Support and docs 1 ok 6 - README - RT ok 7 - Build.PL - Standard stuff at the beginning ok 8 - Build.PL - module_name ok 9 - Build.PL - license ok 10 - Build.PL - dist_author ok 11 - Build.PL - dist_version_from ok 12 - Build.PL - Build Requires ok 13 - Build.PL - add_to_cleanup ok 14 - Build.PL - create_makefile_pl ok 15 - MANIFEST - Contents ok 16 - MANIFEST - that's all folks! ok 17 - pod.t - contents ok 18 - pod.t - end. ok 19 - pod-coverage.t - header ok 20 - pod-coverage.t - min_tpc block ok 21 - pod-coverage.t - min_pod_coverage block ok 22 - pod-coverage.t - all_pod_coverage_ok ok 23 - pod-coverage.t - EOF ok 24 - MyModule::Test - start ok 25 - MyModule::Test - NAME Pod. ok 26 - MyModule::Test - module version ok 27 - MyModule::Test - SYNOPSIS ok 28 - MyModule::Test - EXPORT ok 29 - MyModule::Test - function1 ok 30 - MyModule::Test - function2 ok 31 - MyModule::Test - AUTHOR ok 32 - MyModule::Test - BUGS ok 33 - MyModule::Test - Support 1 ok 34 - MyModule::Test - Support - RT ok 35 - MyModule::Test - AnnoCPAN ok 36 - MyModule::Test - CPAN Ratings ok 37 - MyModule::Test - CPAN Ratings ok 38 - MyModule::Test - Support - =back ok 39 - MyModule::Test - acknowledgements ok 40 - MyModule::Test - copyright ok 41 - MyModule::Test - =cut POD end ok 42 - MyModule::Test - End of module ok 43 - MyModule::Test::App - start ok 44 - MyModule::Test::App - NAME Pod. ok 45 - MyModule::Test::App - module version ok 46 - MyModule::Test::App - SYNOPSIS ok 47 - MyModule::Test::App - EXPORT ok 48 - MyModule::Test::App - function1 ok 49 - MyModule::Test::App - function2 ok 50 - MyModule::Test::App - AUTHOR ok 51 - MyModule::Test::App - BUGS ok 52 - MyModule::Test::App - Support 1 ok 53 - MyModule::Test::App - Support - RT ok 54 - MyModule::Test::App - AnnoCPAN ok 55 - MyModule::Test::App - CPAN Ratings ok 56 - MyModule::Test::App - CPAN Ratings ok 57 - MyModule::Test::App - Support - =back ok 58 - MyModule::Test::App - acknowledgements ok 59 - MyModule::Test::App - copyright ok 60 - MyModule::Test::App - =cut POD end ok 61 - MyModule::Test::App - End of module ok All tests successful. Files=6, Tests=94, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.45 cusr 0.11 csys = 0.61 CPU) Result: PASS PETDANCE/Module-Starter-1.50.tar.gz make test TEST_VERBOSE=1 -- OK Andy Lester <andy@petdance.com> a simple starter kit for any module >>> (cd /home/cpanfly/var/cpan/build/Module-Starter-1.50-BZSjKm && tar cvf - Module-Starter-1.50.ppd blib) | gzip -c >/home/cpanfly/var/REPO/P/PE/PETDANCE/Module-Starter-1.50.tar.gz Module-Starter-1.50.ppd blib/ blib/lib/ blib/lib/Module/ blib/lib/Module/Starter.pm blib/lib/Module/Starter/ blib/lib/Module/Starter/App.pm blib/lib/Module/Starter/Plugin/ blib/lib/Module/Starter/Plugin/Template.pm blib/lib/Module/Starter/Plugin.pod blib/lib/Module/Starter/Simple.pm blib/lib/Module/Starter/BuilderSet.pm blib/man1/ blib/man1/module-starter.1 blib/man3/ blib/man3/Module::Starter::Simple.3 blib/man3/Module::Starter::BuilderSet.3 blib/man3/Module::Starter::App.3 blib/man3/Module::Starter.3 blib/man3/Module::Starter::Plugin::Template.3 blib/man3/Module::Starter::Plugin.3 blib/script/ blib/script/module-starter >>> mv /home/cpanfly/var/cpan/build/Module-Starter-1.50-BZSjKm/Module-Starter-1.50.ppd /home/cpanfly/var/REPO/P/PE/PETDANCE Finished 2008-10-28T06:00:45