PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2015-06-13T02:10:55 ActivePerl-1200 CPAN-2.00 Reading '/export/home/fly1264/var/cpan/Metadata' Database was generated on Sat, 13 Jun 2015 05:53:30 GMT Running make for R/RJ/RJBS/Template-Mustache-v0.5.2.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/R/RJ/RJBS/Template-Mustache-v0.5.2.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/R/RJ/RJBS/CHECKSUMS Checksum for /export/home/fly1264/var/cpan/sources/authors/id/R/RJ/RJBS/Template-Mustache-v0.5.2.tar.gz ok Template-Mustache-v0.5.2/ Template-Mustache-v0.5.2/benchmark.pl Template-Mustache-v0.5.2/Changes Template-Mustache-v0.5.2/lib/ Template-Mustache-v0.5.2/Makefile.PL Template-Mustache-v0.5.2/MANIFEST Template-Mustache-v0.5.2/META.json Template-Mustache-v0.5.2/META.yml Template-Mustache-v0.5.2/README.md Template-Mustache-v0.5.2/t/ Template-Mustache-v0.5.2/t/001_spec_compatibility.t Template-Mustache-v0.5.2/t/lambdas_receive_render_helper.t Template-Mustache-v0.5.2/t/parse_errors.t Template-Mustache-v0.5.2/t/read_data_from_classes.t Template-Mustache-v0.5.2/t/read_data_from_hashes.t Template-Mustache-v0.5.2/t/read_data_from_instances.t Template-Mustache-v0.5.2/t/read_data_from_subclass.t Template-Mustache-v0.5.2/t/read_partials_from_file_system.t Template-Mustache-v0.5.2/t/read_partials_from_hashes.t Template-Mustache-v0.5.2/t/read_partials_from_partial_method.t Template-Mustache-v0.5.2/t/read_partials_from_subs.t Template-Mustache-v0.5.2/t/read_templates_from_file_system.t Template-Mustache-v0.5.2/t/read_templates_from_file_system_with_namespacing.t Template-Mustache-v0.5.2/t/read_templates_from_subclass.t Template-Mustache-v0.5.2/lib/Template/ Template-Mustache-v0.5.2/lib/Template/Mustache.pm CPAN.pm: Building R/RJ/RJBS/Template-Mustache-v0.5.2.tar.gz >>> /export/home/fly1264/bin/perl Makefile.PL readline() on closed filehandle GITIGNORE at Makefile.PL line 71. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Template::Mustache Writing MYMETA.yml and MYMETA.json >>> make cp benchmark.pl blib/lib/Template/benchmark.pl cp lib/Template/Mustache.pm blib/lib/Template/Mustache.pm RJBS/Template-Mustache-v0.5.2.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/export/home/fly1264/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/001_spec_compatibility.t ............................ # Test Case: SpecCompatibility ok 1 - test_spec_was_tested # SKIP: Couldn't find specs; try running `git submodule update --init` 1..1 ok t/lambdas_receive_render_helper.t ..................... # Test Case: t::LambdasReceiveRenderHelper::SectionTags ok 1 - test_from_hash ok 2 - test_from_instance ok 3 - test_from_class # Test Case: t::LambdasReceiveRenderHelper # Test Case: t::LambdasReceiveRenderHelper::Interpolation ok 4 - test_from_instance ok 5 - test_from_class ok 6 - test_from_hash 1..6 ok t/parse_errors.t ...................................... # Test Case: t::ParseErrors ok 1 - test_closing_the_wrong_section_tag ok 2 - test_closing_a_section_at_the_top_level ok 3 - test_specifying_an_unknown_tag_type ok 4 - test_specifying_too_few_delimiters ok 5 - test_specifying_too_many_delimiters ok 6 - test_not_closing_a_nested_section_tag 1..6 ok t/read_data_from_classes.t ............................ # Test Case: t::ReadDataFromClasses ok 1 - test_rendering 1..1 ok t/read_data_from_hashes.t ............................. # Test Case: t::ReadDataFromHashes ok 1 - test_rendering 1..1 ok t/read_data_from_instances.t .......................... # Test Case: t::ReadDataFromClasses ok 1 - test_rendering 1..1 ok t/read_data_from_subclass.t ........................... # Test Case: t::ReadDataFromSubclass ok 1 - test_instance_render ok 2 - test_class_render 1..2 ok t/read_partials_from_file_system.t .................... # Test Case: t::ReadPartialsFromFileSystem ok 1 - test_rendering 1..1 ok t/read_partials_from_hashes.t ......................... # Test Case: t::ReadPartialsFromHashes ok 1 - test_rendering 1..1 ok t/read_partials_from_partial_method.t ................. # Test Case: t::ReadPartialsFromPartialMethod ok 1 - test_rendering 1..1 ok t/read_partials_from_subs.t ........................... # Test Case: t::ReadPartialsFromSubs ok 1 - test_rendering 1..1 ok t/read_templates_from_file_system.t ................... # Test Case: t::ReadTemplatesFromFileSystem # Test Case: t::ReadTemplatesFromFileSystem::ExplicitFilename ok 1 - test_instance_render ok 2 - test_class_render # Test Case: t::ReadTemplatesFromFileSystem::WithoutSubclass ok 3 - test_rendering # Test Case: t::ReadTemplatesFromFileSystem::ImplicitFilename ok 4 - test_class_render ok 5 - test_instance_render 1..5 ok t/read_templates_from_file_system_with_namespacing.t .. # Test Case: t::ReadTemplatesFromFileSystemWithNamespace ok 1 - test_class_render ok 2 - test_instance_render 1..2 ok t/read_templates_from_subclass.t ...................... # Test Case: t::ReadTemplatesFromSubclass ok 1 - test_instance_render ok 2 - test_class_render 1..2 ok All tests successful. Files=14, Tests=31, 9 wallclock secs ( 0.23 usr 0.18 sys + 7.30 cusr 0.87 csys = 8.58 CPU) Result: PASS RJBS/Template-Mustache-v0.5.2.tar.gz make test TEST_VERBOSE=1 -- OK Ricardo SIGNES <rjbs@cpan.org> Drawing Mustaches on Perl for fun and profit >>> (cd /export/home/fly1264/var/cpan/build/Template-Mustache-v0.5.2-3ociI4 && tar cvf - Template-Mustache-v0.5.2.ppd blib) | gzip -c >/export/home/fly1264/var/REPO/R/RJ/RJBS/Template-Mustache-v0.5.2.tar.gz Template-Mustache-v0.5.2.ppd blib/ blib/lib/ blib/lib/Template/ blib/lib/Template/benchmark.pl blib/lib/Template/Mustache.pm >>> mv /export/home/fly1264/var/cpan/build/Template-Mustache-v0.5.2-3ociI4/Template-Mustache-v0.5.2.ppd /export/home/fly1264/var/REPO/R/RJ/RJBS Finished 2015-06-13T02:11:23