PATH=/home/fly1400/ap1400/bin:/home/fly1400/bin:/home/fly1400/bin:/home/fly1400/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin:/home/fly1400/cpanfly-5.14/var/megalib/bin Start 2015-12-14T14:09:03 ActivePerl-1400 CPAN-2.00 Reading '/home/fly1400/cpanfly-5.14/var/cpan/Metadata' Database was generated on Fri, 11 Dec 2015 05:29:02 GMT Running make for Y/YA/YANICK/Template-Mustache-v0.5.3.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/Y/YA/YANICK/Template-Mustache-v0.5.3.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/Y/YA/YANICK/CHECKSUMS Checksum for /home/fly1400/cpanfly-5.14/var/cpan/sources/authors/id/Y/YA/YANICK/Template-Mustache-v0.5.3.tar.gz ok Template-Mustache-v0.5.3/ Template-Mustache-v0.5.3/MANIFEST Template-Mustache-v0.5.3/README.md Template-Mustache-v0.5.3/META.yml Template-Mustache-v0.5.3/META.json Template-Mustache-v0.5.3/Changes Template-Mustache-v0.5.3/t/ Template-Mustache-v0.5.3/t/read_templates_from_file_system.t Template-Mustache-v0.5.3/t/read_data_from_subclass.t Template-Mustache-v0.5.3/t/parse_errors.t Template-Mustache-v0.5.3/t/read_data_from_instances.t Template-Mustache-v0.5.3/t/read_templates_from_subclass.t Template-Mustache-v0.5.3/t/read_partials_from_subs.t Template-Mustache-v0.5.3/t/read_partials_from_partial_method.t Template-Mustache-v0.5.3/t/read_data_from_hashes.t Template-Mustache-v0.5.3/t/read_partials_from_file_system.t Template-Mustache-v0.5.3/t/read_partials_from_hashes.t Template-Mustache-v0.5.3/t/lambdas_receive_render_helper.t Template-Mustache-v0.5.3/t/read_data_from_classes.t Template-Mustache-v0.5.3/t/read_templates_from_file_system_with_namespacing.t Template-Mustache-v0.5.3/t/001_spec_compatibility.t Template-Mustache-v0.5.3/Makefile.PL Template-Mustache-v0.5.3/lib/ Template-Mustache-v0.5.3/lib/Template/ Template-Mustache-v0.5.3/lib/Template/Mustache.pm Template-Mustache-v0.5.3/bin/ Template-Mustache-v0.5.3/bin/mustache.pl Template-Mustache-v0.5.3/benchmark.pl CPAN.pm: Building Y/YA/YANICK/Template-Mustache-v0.5.3.tar.gz >>> /home/fly1400/ap1400/bin/perl-static Makefile.PL readline() on closed filehandle GITIGNORE at Makefile.PL line 74. 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 cp bin/mustache.pl blib/script/mustache.pl "/home/fly1400/ap1400/bin/perl-static" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/mustache.pl Manifying 1 pod document YANICK/Template-Mustache-v0.5.3.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/home/fly1400/ap1400/bin/perl-static" "-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::Interpolation ok 4 - test_from_instance ok 5 - test_from_class ok 6 - test_from_hash # Test Case: t::LambdasReceiveRenderHelper 1..6 ok t/parse_errors.t ...................................... # Test Case: t::ParseErrors ok 1 - test_specifying_too_few_delimiters ok 2 - test_closing_a_section_at_the_top_level ok 3 - test_specifying_too_many_delimiters ok 4 - test_specifying_an_unknown_tag_type ok 5 - test_closing_the_wrong_section_tag 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::WithoutSubclass ok 1 - test_rendering # Test Case: t::ReadTemplatesFromFileSystem::ExplicitFilename ok 2 - test_instance_render ok 3 - test_class_render # 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_instance_render ok 2 - test_class_render 1..2 ok t/read_templates_from_subclass.t ...................... # Test Case: t::ReadTemplatesFromSubclass ok 1 - test_class_render ok 2 - test_instance_render 1..2 ok All tests successful. Files=14, Tests=31, 3 wallclock secs ( 0.07 usr 0.01 sys + 1.66 cusr 0.11 csys = 1.85 CPU) Result: PASS YANICK/Template-Mustache-v0.5.3.tar.gz make test TEST_VERBOSE=1 -- OK Yanick Champoux <yanick+cpan@babyl.dyndns.org> Drawing Mustaches on Perl for fun and profit >>> (cd /home/fly1400/cpanfly-5.14/var/cpan/build/Template-Mustache-v0.5.3-OYrkOK && tar cvf - Template-Mustache-v0.5.3.ppd blib) | gzip -c >/home/fly1400/cpanfly-5.14/var/REPO/Y/YA/YANICK/Template-Mustache-v0.5.3.tar.gz Template-Mustache-v0.5.3.ppd blib/ blib/lib/ blib/lib/Template/ blib/lib/Template/benchmark.pl blib/lib/Template/Mustache.pm blib/script/ blib/script/mustache.pl blib/man1/ blib/man1/mustache.pl.1 >>> mv /home/fly1400/cpanfly-5.14/var/cpan/build/Template-Mustache-v0.5.3-OYrkOK/Template-Mustache-v0.5.3.ppd /home/fly1400/cpanfly-5.14/var/REPO/Y/YA/YANICK VmSize: 142808 kB Finished 2015-12-14T14:09:11