PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2014-04-22T06:22:59 ActivePerl-1402 CPAN-2.00 Reading '/export/home/fly1464/var/cpan/Metadata' Database was generated on Tue, 22 Apr 2014 11:41:02 GMT Running make for D/DR/DROLSKY/Stepford-0.001002.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/D/DR/DROLSKY/Stepford-0.001002.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/D/DR/DROLSKY/CHECKSUMS Checksum for /export/home/fly1464/var/cpan/sources/authors/id/D/DR/DROLSKY/Stepford-0.001002.tar.gz ok Stepford-0.001002/ Stepford-0.001002/lib/ Stepford-0.001002/lib/Stepford/ Stepford-0.001002/lib/Stepford/Trait/ Stepford-0.001002/lib/Stepford/Trait/StepDependency.pm Stepford-0.001002/lib/Stepford/Trait/StepProduction.pm Stepford-0.001002/lib/Stepford/Planner.pm Stepford-0.001002/lib/Stepford/Types.pm Stepford-0.001002/lib/Stepford/Role/ Stepford-0.001002/lib/Stepford/Role/Step.pm Stepford-0.001002/lib/Stepford/Role/Step/ Stepford-0.001002/lib/Stepford/Role/Step/FileGenerator.pm Stepford-0.001002/lib/Stepford/Error.pm Stepford-0.001002/lib/Stepford/Types/ Stepford-0.001002/lib/Stepford/Types/Internal.pm Stepford-0.001002/lib/Stepford.pm Stepford-0.001002/README Stepford-0.001002/INSTALL Stepford-0.001002/Changes Stepford-0.001002/META.json Stepford-0.001002/dist.ini Stepford-0.001002/MANIFEST Stepford-0.001002/META.yml Stepford-0.001002/t/ Stepford-0.001002/t/release-pod-syntax.t Stepford-0.001002/t/author-pod-spell.t Stepford-0.001002/t/release-cpan-changes.t Stepford-0.001002/t/release-no-tabs.t Stepford-0.001002/t/Planner.t Stepford-0.001002/t/release-pod-coverage.t Stepford-0.001002/t/Step.t Stepford-0.001002/t/release-eol.t Stepford-0.001002/Makefile.PL CPAN.pm: Building D/DR/DROLSKY/Stepford-0.001002.tar.gz >>> /export/home/fly1464/bin/perl 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.001002.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1464/bin/perl "-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, 8 wallclock secs ( 0.15 usr 0.09 sys + 6.81 cusr 0.54 csys = 7.59 CPU) Result: PASS DROLSKY/Stepford-0.001002.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 /export/home/fly1464/var/cpan/build/Stepford-0.001002-aZXD37 && tar cvf - Stepford-0.001002.ppd blib) | gzip -c >/export/home/fly1464/var/REPO/D/DR/DROLSKY/Stepford-0.001002.tar.gz Stepford-0.001002.ppd blib/ blib/lib/ blib/lib/Stepford/ blib/lib/Stepford/Trait/ blib/lib/Stepford/Trait/StepDependency.pm blib/lib/Stepford/Trait/StepProduction.pm blib/lib/Stepford/Planner.pm blib/lib/Stepford/Error.pm blib/lib/Stepford/Types/ blib/lib/Stepford/Types/Internal.pm blib/lib/Stepford/Types.pm blib/lib/Stepford/Role/ blib/lib/Stepford/Role/Step.pm blib/lib/Stepford/Role/Step/ blib/lib/Stepford/Role/Step/FileGenerator.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 /export/home/fly1464/var/cpan/build/Stepford-0.001002-aZXD37/Stepford-0.001002.ppd /export/home/fly1464/var/REPO/D/DR/DROLSKY Finished 2014-04-22T06:23:24