PATH=/usr/bin:/bin:/Users/fly1400/cpanfly-5.14/var/megalib/bin Start 2016-05-19T01:28:24 ActivePerl-1400 CPAN-2.10 Reading '/Users/fly1400/cpanfly-5.14/var/cpan/Metadata' Database was generated on Wed, 18 May 2016 05:41:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/I/ID/IDOPEREL/Tenjin-1.000001.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/I/ID/IDOPEREL/CHECKSUMS Checksum for /Users/fly1400/cpanfly-5.14/var/cpan/sources/authors/id/I/ID/IDOPEREL/Tenjin-1.000001.tar.gz ok Tenjin-1.000001 Tenjin-1.000001/README Tenjin-1.000001/Changes Tenjin-1.000001/LICENSE Tenjin-1.000001/INSTALL Tenjin-1.000001/dist.ini Tenjin-1.000001/MANIFEST Tenjin-1.000001/META.json Tenjin-1.000001/SIGNATURE Tenjin-1.000001/t Tenjin-1.000001/t/05-fail.t Tenjin-1.000001/t/00-load.t Tenjin-1.000001/Makefile.PL Tenjin-1.000001/t/04-utils.t Tenjin-1.000001/MANIFEST.SKIP Tenjin-1.000001/lib Tenjin-1.000001/lib/Tenjin.pm Tenjin-1.000001/t/06-encoding.t Tenjin-1.000001/lib/Tenjin Tenjin-1.000001/lib/Tenjin/Util.pm Tenjin-1.000001/t/data/utils Tenjin-1.000001/t/data/utils/pP.html Tenjin-1.000001/lib/Tenjin/Context.pm Tenjin-1.000001/t/01-nested_layouts.t Tenjin-1.000001/t/07-delete-newline.t Tenjin-1.000001/t/data/fail Tenjin-1.000001/t/data/fail/fail.html Tenjin-1.000001/lib/Tenjin/Template.pm Tenjin-1.000001/t/02-layout_precedence.t Tenjin-1.000001/t/data/fail/no_fail.html Tenjin-1.000001/t/release-dist-manifest.t Tenjin-1.000001/lib/Tenjin/Preprocessor.pm Tenjin-1.000001/t/03-capture_placeholder.t Tenjin-1.000001/t/data/encoding Tenjin-1.000001/t/data/encoding/hebrew.html Tenjin-1.000001/t/data/encoding/chinese.html Tenjin-1.000001/t/data/utils/encode_url.html Tenjin-1.000001/t/data/utils/escape_xml.html Tenjin-1.000001/t/data/nested_layouts Tenjin-1.000001/t/data/nested_layouts/top.html Tenjin-1.000001/t/data/layout_precedence Tenjin-1.000001/t/data/layout_precedence/content.html Tenjin-1.000001/t/data/capture_placeholder Tenjin-1.000001/t/data/capture_placeholder/capture.html Tenjin-1.000001/t/data/delete-newline Tenjin-1.000001/t/data/delete-newline/delete-newline.txt Tenjin-1.000001/t/data/nested_layouts/inside_layout.html Tenjin-1.000001/t/data/nested_layouts/outside_layout.html Tenjin-1.000001/t/data/delete-newline/delete-no-newline.txt Tenjin-1.000001/t/data/capture_placeholder/placeholder.html Tenjin-1.000001/t/data/layout_precedence/render_layout.html Tenjin-1.000001/t/data/layout_precedence/context_layout.html Tenjin-1.000001/t/data/layout_precedence/instance_layout.html Configuring I/ID/IDOPEREL/Tenjin-1.000001.tar.gz with Makefile.PL >>> /Users/fly1400/ap1400/bin/perl Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Tenjin Writing MYMETA.yml and MYMETA.json IDOPEREL/Tenjin-1.000001.tar.gz /Users/fly1400/ap1400/bin/perl Makefile.PL -- OK Running make for I/ID/IDOPEREL/Tenjin-1.000001.tar.gz >>> make cp lib/Tenjin/Template.pm blib/lib/Tenjin/Template.pm cp lib/Tenjin/Util.pm blib/lib/Tenjin/Util.pm cp lib/Tenjin/Preprocessor.pm blib/lib/Tenjin/Preprocessor.pm cp lib/Tenjin/Context.pm blib/lib/Tenjin/Context.pm cp lib/Tenjin.pm blib/lib/Tenjin.pm Manifying 5 pod documents IDOPEREL/Tenjin-1.000001.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly1400/ap1400/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Tenjin 1.000001, Perl 5.014000, /Users/fly1400/ap1400/bin/perl t/00-load.t ................. 1..1 ok 1 - use Tenjin; ok t/01-nested_layouts.t ....... ok 1 - Got a proper Tenjin instance ok 2 - Single level of layouts works ok 3 - Multiple levels of layouts work 1..3 ok t/02-layout_precedence.t .... ok 1 - Got a proper Tenjin instance ok 2 - Rendering without a layout works ok 3 - Rendering into context-defined layout works ok 4 - Rendering into render-defined layout works ok 5 - Rendering into instance-defined layout works 1..5 ok t/03-capture_placeholder.t .. ok 1 - Got a proper Tenjin instance ok 2 - capture works ok 3 - placeholder works 1..3 ok t/04-utils.t ................ ok 1 - Got a proper Tenjin instance ok 2 - encode_url() works ok 3 - (un)escape_xml() works ok 4 - p() and P() work 1..4 ok t/05-fail.t ................. 1..3 ok 1 - Got a proper Tenjin instance ok 2 - failure caught ok 3 - all okay ok t/06-encoding.t ............. 1..3 ok 1 - Got a proper Tenjin instance ok 2 - UTF-8 (Hebrew) properly decoded ok 3 - UTF-8 (Chinese) properly decoded ok t/07-delete-newline.t ....... ok 1 - Got a proper Tenjin instance ok 2 - Delete newline works ok 3 - Delete newline with no newline to delete works 1..3 ok t/release-dist-manifest.t ... skipped: these tests are for release candidate testing All tests successful. Files=9, Tests=25, 9 wallclock secs ( 0.05 usr 0.03 sys + 0.49 cusr 0.09 csys = 0.66 CPU) Result: PASS IDOPEREL/Tenjin-1.000001.tar.gz make test TEST_VERBOSE=1 -- OK Picked up version from Makefile Picked up distname from Makefile Picked up abstract from Makefile Ido Perlmuter <ido@ido50.net> Fast templating engine with support for embedded Perl. >>> (cd /Users/fly1400/cpanfly-5.14/var/cpan/build/Tenjin-1.000001-sabdCX && tar cvf - Tenjin-1.000001.ppd blib) | gzip -c >/Users/fly1400/cpanfly-5.14/var/REPO/I/ID/IDOPEREL/Tenjin-1.000001.tar.gz Tenjin-1.000001.ppd blib/ blib/lib/ blib/lib/Tenjin/ blib/lib/Tenjin/Context.pm blib/lib/Tenjin/Preprocessor.pm blib/lib/Tenjin/Template.pm blib/lib/Tenjin/Util.pm blib/lib/Tenjin.pm blib/man3/ blib/man3/Tenjin.3 blib/man3/Tenjin::Context.3 blib/man3/Tenjin::Preprocessor.3 blib/man3/Tenjin::Template.3 blib/man3/Tenjin::Util.3 >>> mv /Users/fly1400/cpanfly-5.14/var/cpan/build/Tenjin-1.000001-sabdCX/Tenjin-1.000001.ppd /Users/fly1400/cpanfly-5.14/var/REPO/I/ID/IDOPEREL Finished 2016-05-19T01:28:59