PATH=/usr/bin:/bin:/Users/fly1600/var/megalib/bin Start 2014-03-28T03:06:51 ActivePerl-1600 CPAN-2.00 Reading '/Users/fly1600/var/cpan/Metadata' Database was generated on Fri, 28 Mar 2014 09:06:25 GMT Running make for D/DR/DROLSKY/Stepford-0.001001.tar.gz Checksum for /data/cpan/authors/id/D/DR/DROLSKY/Stepford-0.001001.tar.gz ok Stepford-0.001001/ Stepford-0.001001/dist.ini Stepford-0.001001/README Stepford-0.001001/t/ Stepford-0.001001/t/Step.t Stepford-0.001001/t/release-pod-syntax.t Stepford-0.001001/t/release-pod-coverage.t Stepford-0.001001/t/release-no-tabs.t Stepford-0.001001/t/release-cpan-changes.t Stepford-0.001001/t/Planner.t Stepford-0.001001/t/release-eol.t Stepford-0.001001/t/author-pod-spell.t Stepford-0.001001/Makefile.PL Stepford-0.001001/META.yml Stepford-0.001001/lib/ Stepford-0.001001/lib/Stepford.pm Stepford-0.001001/lib/Stepford/ Stepford-0.001001/lib/Stepford/Types/ Stepford-0.001001/lib/Stepford/Types/Internal.pm Stepford-0.001001/lib/Stepford/Planner.pm Stepford-0.001001/lib/Stepford/Types.pm Stepford-0.001001/lib/Stepford/Trait/ Stepford-0.001001/lib/Stepford/Trait/StepProduction.pm Stepford-0.001001/lib/Stepford/Trait/StepDependency.pm Stepford-0.001001/lib/Stepford/Error.pm Stepford-0.001001/lib/Stepford/Role/ Stepford-0.001001/lib/Stepford/Role/Step.pm Stepford-0.001001/lib/Stepford/Role/Step/ Stepford-0.001001/lib/Stepford/Role/Step/FileGenerator.pm Stepford-0.001001/META.json Stepford-0.001001/Changes Stepford-0.001001/MANIFEST Stepford-0.001001/INSTALL CPAN.pm: Building D/DR/DROLSKY/Stepford-0.001001.tar.gz >>> /Users/fly1600/ap1600/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Stepford Writing MYMETA.yml and MYMETA.json >>> make cp lib/Stepford/Trait/StepDependency.pm blib/lib/Stepford/Trait/StepDependency.pm cp lib/Stepford/Trait/StepProduction.pm blib/lib/Stepford/Trait/StepProduction.pm cp lib/Stepford/Planner.pm blib/lib/Stepford/Planner.pm cp lib/Stepford/Error.pm blib/lib/Stepford/Error.pm cp lib/Stepford/Types/Internal.pm blib/lib/Stepford/Types/Internal.pm cp lib/Stepford/Types.pm blib/lib/Stepford/Types.pm cp lib/Stepford/Role/Step.pm blib/lib/Stepford/Role/Step.pm cp lib/Stepford/Role/Step/FileGenerator.pm blib/lib/Stepford/Role/Step/FileGenerator.pm cp lib/Stepford.pm blib/lib/Stepford.pm Manifying blib/man3/Stepford.3 Manifying blib/man3/Stepford::Error.3 Manifying blib/man3/Stepford::Planner.3 Manifying blib/man3/Stepford::Role::Step.3 Manifying blib/man3/Stepford::Role::Step::FileGenerator.3 Manifying blib/man3/Stepford::Trait::StepDependency.3 Manifying blib/man3/Stepford::Trait::StepProduction.3 Manifying blib/man3/Stepford::Types.3 Manifying blib/man3/Stepford::Types::Internal.3 DROLSKY/Stepford-0.001001.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1600/ap1600/bin/perl-dynamic "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/author-pod-spell.t ...... skipped: these tests are for testing by the author t/Planner.t ............... ok 1 - planner comes up with the right plan for simple steps ok 2 - logged plan when ->run() was called ok 3 - logged a readable description of the plan ok 4 - log level for plan description is info ok 5 - logged a message indicating that a step was being created ok 6 - log level for object creation is debug ok 7 - a1 file exists ok 8 - a2 file exists ok 9 - combined file exists ok 10 - logged a message when skipping a step ok 11 - log level for skipping a step is info ok 12 - Test1::Step::CombineFiles->run() was called the expected number of times - skipped when up to date ok 13 - Test1::Step::CreateA1->run() was called the expected number of times - skipped when up to date ok 14 - Test1::Step::CreateA2->run() was called the expected number of times - skipped when up to date ok 15 - Test1::Step::UpdateFiles->run() was called the expected number of times - skipped when up to date ok 16 - planner does not include a given step more than once in a plan ok 17 - cyclical dependencies cause the Planner constructor to die ok 18 - unresolved dependencies cause the planner constructor to die ok 19 - cannot have an attribute that is both a dependency and production ok 20 - when two steps have the same production, choose the one that sorts first ok 21 - values passed to $planner->run() are passed to step constructor 1..21 ok t/release-cpan-changes.t .. skipped: these tests are for release candidate testing t/release-eol.t ........... skipped: these tests are for release candidate testing t/release-no-tabs.t ....... skipped: these tests are for release candidate testing t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing t/Step.t .................. ok 1 - Step1->dependencies returns the expected attributes ok 2 - Step1->productions returns the expected attributes ok 3 - no last run time when output files don't exist ok 4 - last_run_time matches mtime of $step->output_file2 ok 5 - FileStep::Bad->new() dies because it has productions which are not files 1..5 ok All tests successful. Files=8, Tests=26, 3 wallclock secs ( 0.05 usr 0.02 sys + 1.87 cusr 0.16 csys = 2.10 CPU) Result: PASS DROLSKY/Stepford-0.001001.tar.gz make test TEST_VERBOSE=1 -- OK Dave Rolsky <autarch@urth.org> A vaguely Rake/Make/Cake-like thing for Perl - create steps and let a planner run them >>> (cd /Users/fly1600/var/cpan/build/Stepford-0.001001-EMNvhK && tar cvf - Stepford-0.001001.ppd blib) | gzip -c >/Users/fly1600/var/REPO/D/DR/DROLSKY/Stepford-0.001001.tar.gz Stepford-0.001001.ppd blib/ blib/lib/ blib/lib/Stepford/ blib/lib/Stepford/Error.pm blib/lib/Stepford/Planner.pm blib/lib/Stepford/Role/ blib/lib/Stepford/Role/Step/ blib/lib/Stepford/Role/Step/FileGenerator.pm blib/lib/Stepford/Role/Step.pm blib/lib/Stepford/Trait/ blib/lib/Stepford/Trait/StepDependency.pm blib/lib/Stepford/Trait/StepProduction.pm blib/lib/Stepford/Types/ blib/lib/Stepford/Types/Internal.pm blib/lib/Stepford/Types.pm blib/lib/Stepford.pm blib/man3/ blib/man3/Stepford.3 blib/man3/Stepford::Error.3 blib/man3/Stepford::Planner.3 blib/man3/Stepford::Role::Step.3 blib/man3/Stepford::Role::Step::FileGenerator.3 blib/man3/Stepford::Trait::StepDependency.3 blib/man3/Stepford::Trait::StepProduction.3 blib/man3/Stepford::Types.3 blib/man3/Stepford::Types::Internal.3 >>> mv /Users/fly1600/var/cpan/build/Stepford-0.001001-EMNvhK/Stepford-0.001001.ppd /Users/fly1600/var/REPO/D/DR/DROLSKY Finished 2014-03-28T03:06:58