PATH=/usr/bin:/bin:/Users/fly2000/cpanfly-5.20/var/megalib/bin Start 2016-11-15T10:08:55 ActivePerl-2000 CPAN-2.10 Reading '/Users/fly2000/cpanfly-5.20/var/cpan/Metadata' Database was generated on Tue, 15 Nov 2016 05:29:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/Y/YA/YANICK/Template-Mustache-v0.5.5.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/Y/YA/YANICK/CHECKSUMS Checksum for /Users/fly2000/cpanfly-5.20/var/cpan/sources/authors/id/Y/YA/YANICK/Template-Mustache-v0.5.5.tar.gz ok Template-Mustache-v0.5.5/ Template-Mustache-v0.5.5/MANIFEST Template-Mustache-v0.5.5/README.md Template-Mustache-v0.5.5/META.yml Template-Mustache-v0.5.5/META.json Template-Mustache-v0.5.5/Changes Template-Mustache-v0.5.5/t/ Template-Mustache-v0.5.5/t/read_templates_from_file_system.t Template-Mustache-v0.5.5/t/read_data_from_subclass.t Template-Mustache-v0.5.5/t/parse_errors.t Template-Mustache-v0.5.5/t/read_data_from_instances.t Template-Mustache-v0.5.5/t/read_templates_from_subclass.t Template-Mustache-v0.5.5/t/read_partials_from_subs.t Template-Mustache-v0.5.5/t/read_partials_from_partial_method.t Template-Mustache-v0.5.5/t/read_data_from_hashes.t Template-Mustache-v0.5.5/t/read_partials_from_file_system.t Template-Mustache-v0.5.5/t/read_partials_from_hashes.t Template-Mustache-v0.5.5/t/lambdas_receive_render_helper.t Template-Mustache-v0.5.5/t/read_data_from_classes.t Template-Mustache-v0.5.5/t/read_templates_from_file_system_with_namespacing.t Template-Mustache-v0.5.5/t/001_spec_compatibility.t Template-Mustache-v0.5.5/Makefile.PL Template-Mustache-v0.5.5/MYMETA.yml Template-Mustache-v0.5.5/LICENSE Template-Mustache-v0.5.5/lib/ Template-Mustache-v0.5.5/lib/Template/ Template-Mustache-v0.5.5/lib/Template/Mustache.pm Template-Mustache-v0.5.5/bin/ Template-Mustache-v0.5.5/bin/mustache.pl Template-Mustache-v0.5.5/MYMETA.json Template-Mustache-v0.5.5/benchmark.pl Configuring Y/YA/YANICK/Template-Mustache-v0.5.5.tar.gz with Makefile.PL >>> /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2000/cpanfly-5.20/var/megalib Want /Users/fly2000/ap2000-298465/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for Template::Mustache Writing MYMETA.yml and MYMETA.json YANICK/Template-Mustache-v0.5.5.tar.gz /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL -- OK Running make for Y/YA/YANICK/Template-Mustache-v0.5.5.tar.gz >>> make cp lib/Template/Mustache.pm blib/lib/Template/Mustache.pm cp benchmark.pl blib/lib/Template/benchmark.pl cp bin/mustache.pl blib/script/mustache.pl "/Users/fly2000/ap2000-298465/bin/perl-dynamic" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/mustache.pl Manifying 1 pod document Manifying 1 pod document YANICK/Template-Mustache-v0.5.5.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2000/ap2000-298465/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/001_spec_compatibility.t ............................ skipped: Couldn't find specs; try running `git submodule update --init` t/lambdas_receive_render_helper.t ..................... # Subtest: Interpolation # Subtest: from_hash ok 1 1..1 ok 1 - from_hash # Subtest: from_class ok 1 1..1 ok 2 - from_class # Subtest: from_instance ok 1 1..1 ok 3 - from_instance 1..3 ok 1 - Interpolation # Subtest: SectionTags # Subtest: from_hash ok 1 1..1 ok 1 - from_hash # Subtest: from_class ok 1 1..1 ok 2 - from_class # Subtest: from_instance ok 1 1..1 ok 3 - from_instance 1..3 ok 2 - SectionTags 1..2 ok t/parse_errors.t ...................................... # Subtest: closing_the_wrong_section_tag ok 1 - End Section tag closes 'other'; expected 'section'! 1..1 ok 1 - closing_the_wrong_section_tag # Subtest: not_closing_a_nested_section_tag ok 1 - End Section tag closes 'a'; expected 'b'! 1..1 ok 2 - not_closing_a_nested_section_tag # Subtest: closing_a_section_at_the_top_level ok 1 - End Section tag 'section' found, but not in a section! 1..1 ok 3 - closing_a_section_at_the_top_level # Subtest: specifying_too_few_delimiters ok 1 - Set Delimiters tags must have exactly two values! 1..1 ok 4 - specifying_too_few_delimiters # Subtest: specifying_too_many_delimiters ok 1 - Set Delimiters tags must have exactly two values! 1..1 ok 5 - specifying_too_many_delimiters # Subtest: specifying_an_unknown_tag_type ok 1 - Unknown tag type -- % 1..1 ok 6 - specifying_an_unknown_tag_type 1..6 ok t/read_data_from_classes.t ............................ ok 1 1..1 ok t/read_data_from_hashes.t ............................. ok 1 1..1 ok t/read_data_from_instances.t .......................... ok 1 1..1 ok t/read_data_from_subclass.t ........................... # Subtest: class_render ok 1 1..1 ok 1 - class_render # Subtest: instance_render ok 1 1..1 ok 2 - instance_render 1..2 ok t/read_partials_from_file_system.t .................... # Subtest: rendering ok 1 1..1 ok 1 - rendering 1..1 ok t/read_partials_from_hashes.t ......................... # Subtest: rendering ok 1 1..1 ok 1 - rendering 1..1 ok t/read_partials_from_partial_method.t ................. # Subtest: rendering ok 1 1..1 ok 1 - rendering 1..1 ok t/read_partials_from_subs.t ........................... # Subtest: rendering ok 1 1..1 ok 1 - rendering 1..1 ok t/read_templates_from_file_system.t ................... # Subtest: ImplicitFilename # Subtest: class_render ok 1 1..1 ok 1 - class_render # Subtest: instance_render ok 1 1..1 ok 2 - instance_render 1..2 ok 1 - ImplicitFilename # Subtest: ExplicitFilename # Subtest: class_render ok 1 1..1 ok 1 - class_render # Subtest: instance_render ok 1 1..1 ok 2 - instance_render 1..2 ok 2 - ExplicitFilename # Subtest: WithoutSubclass # Subtest: rendering ok 1 1..1 ok 1 - rendering 1..1 ok 3 - WithoutSubclass 1..3 ok t/read_templates_from_file_system_with_namespacing.t .. # Subtest: ReadTemplatesFromFileSystemWithNamespace # Subtest: class_render ok 1 1..1 ok 1 - class_render # Subtest: instance_render ok 1 1..1 ok 2 - instance_render 1..2 ok 1 - ReadTemplatesFromFileSystemWithNamespace 1..1 ok t/read_templates_from_subclass.t ...................... # Subtest: class_render ok 1 1..1 ok 1 - class_render # Subtest: instance_render ok 1 1..1 ok 2 - instance_render 1..2 ok All tests successful. Files=14, Tests=23, 2 wallclock secs ( 0.08 usr 0.04 sys + 0.97 cusr 0.20 csys = 1.29 CPU) Result: PASS YANICK/Template-Mustache-v0.5.5.tar.gz make test TEST_VERBOSE=1 -- OK Yanick Champoux <yanick+cpan@babyl.dyndns.org> Drawing Mustaches on Perl for fun and profit >>> (cd /Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/Template-Mustache-v0.5.5-NdCy4L && tar cvf - Template-Mustache-v0.5.5.ppd blib) | gzip -c >/Users/fly2000/cpanfly-5.20/var/REPO/Y/YA/YANICK/Template-Mustache-v0.5.5.tar.gz Template-Mustache-v0.5.5.ppd blib/ blib/lib/ blib/lib/Template/ blib/lib/Template/benchmark.pl blib/lib/Template/Mustache.pm blib/man1/ blib/man1/mustache.pl.1 blib/man3/ blib/man3/Template::Mustache.3 blib/script/ blib/script/mustache.pl Finished 2016-11-15T10:09:02