PATH=/usr/bin:/bin:/home/fly2000/var/megalib/bin Start 2015-02-20T08:16:57 ActivePerl-2000 CPAN-2.00 Reading '/home/fly2000/var/cpan/Metadata' Database was generated on Fri, 20 Feb 2015 15:29:02 GMT Running make for P/PO/POLETTIX/Template-Perlish-1.21.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/P/PO/POLETTIX/Template-Perlish-1.21.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/P/PO/POLETTIX/CHECKSUMS Checksum for /home/fly2000/var/cpan/sources/authors/id/P/PO/POLETTIX/Template-Perlish-1.21.tar.gz ok Template-Perlish-1.21/ Template-Perlish-1.21/eg/ Template-Perlish-1.21/eg/show-source.pl Template-Perlish-1.21/eg/generate-script.pl Template-Perlish-1.21/eg/example.tmpl Template-Perlish-1.21/eg/process.pl Template-Perlish-1.21/eg/render.pl Template-Perlish-1.21/Build.PL Template-Perlish-1.21/lib/ Template-Perlish-1.21/lib/Template/ Template-Perlish-1.21/lib/Template/Perlish.pm Template-Perlish-1.21/script/ Template-Perlish-1.21/script/tptree Template-Perlish-1.21/script/generate-standalone Template-Perlish-1.21/script/README Template-Perlish-1.21/t/ Template-Perlish-1.21/t/05.functional.t Template-Perlish-1.21/t/00.load.t Template-Perlish-1.21/t/04.as_sub.t Template-Perlish-1.21/t/01.basic.t Template-Perlish-1.21/t/06.errors.t Template-Perlish-1.21/t/02.complex.t Template-Perlish-1.21/t/pod-coverage.t Template-Perlish-1.21/t/pod.t Template-Perlish-1.21/t/03.limits.t Template-Perlish-1.21/Changes Template-Perlish-1.21/MANIFEST Template-Perlish-1.21/META.yml Template-Perlish-1.21/META.json Template-Perlish-1.21/Makefile.PL Template-Perlish-1.21/README CPAN.pm: Building P/PO/POLETTIX/Template-Perlish-1.21.tar.gz >>> /home/fly2000/ap2000-298540/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Template::Perlish Writing MYMETA.yml and MYMETA.json >>> make cp lib/Template/Perlish.pm blib/lib/Template/Perlish.pm Manifying 1 pod document POLETTIX/Template-Perlish-1.21.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/home/fly2000/ap2000-298540/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Template::Perlish 1.21 t/00.load.t ........ 1..1 ok 1 - use Template::Perlish; ok t/01.basic.t ....... 1..11 ok 1 - use Template::Perlish; ok 2 - object created ok 3 - Template::Perlish->can(...) ok 4 - block starter default ok 5 - stop default ok 6 - simple template ok 7 - simple template, again ok 8 - simple template with a block ok 9 - simple template with a variable ok 10 - simple template with a Perl scalar variable ok 11 - simple template with a Perl expression ok t/02.complex.t ..... 1..3 ok 1 - use Template::Perlish; ok 2 - object created ok 3 - simple template with a block ok t/03.limits.t ...... 1..34 ok 1 - use Template::Perlish; ok 2 - object created ok 3 - template: ending with variable ok 4 - template: ending with variable(with spaces before) ok 5 - template: ending with variable(with spaces after) ok 6 - template: ending with variable(with spaces before and after) ok 7 - template: only one variable ok 8 - template: only one variable(with spaces before) ok 9 - template: only one variable(with spaces after) ok 10 - template: only one variable(with spaces before and after) ok 11 - template: ending with block ok 12 - template: ending with block(with spaces before) ok 13 - template: ending with block(with spaces after) ok 14 - template: ending with block(with spaces before and after) ok 15 - template: starting with variable ok 16 - template: starting with variable(with spaces before) ok 17 - template: starting with variable(with spaces after) ok 18 - template: starting with variable(with spaces before and after) ok 19 - template: starting with block ok 20 - template: starting with block(with spaces before) ok 21 - template: starting with block(with spaces after) ok 22 - template: starting with block(with spaces before and after) ok 23 - template: weird empty block ok 24 - template: weird empty block(with spaces before) ok 25 - template: weird empty block(with spaces after) ok 26 - template: weird empty block(with spaces before and after) ok 27 - template: empty ok 28 - template: empty(with spaces before) ok 29 - template: empty(with spaces after) ok 30 - template: empty(with spaces before and after) ok 31 - template: only one block ok 32 - template: only one block(with spaces before) ok 33 - template: only one block(with spaces after) ok 34 - template: only one block(with spaces before and after) ok t/04.as_sub.t ...... 1..6 ok 1 - use Template::Perlish; ok 2 - object created ok 3 - A reference of type 'CODE' isa 'CODE' ok 4 - simple template with a block ok 5 - simple template with a block ok 6 - simple template with a block ok t/05.functional.t .. 1..7 ok 1 - use Template::Perlish; ok 2 - simple template ok 3 - simple template, again ok 4 - simple template with a block ok 5 - simple template with a variable ok 6 - simple template with a Perl scalar variable ok 7 - simple template with a Perl expression ok t/06.errors.t ...... 1..4 ok 1 - use Template::Perlish; ok 2 - object created ok 3 - unclosed section spotted ok 4 - syntax error spotted ok t/pod-coverage.t ... skipped: Test::Pod::Coverage - AUTHOR_TEST not set t/pod.t ............ skipped: Test::Pod - AUTHOR_TEST not set All tests successful. Files=9, Tests=66, 1 wallclock secs ( 0.07 usr 0.03 sys + 0.56 cusr 0.07 csys = 0.73 CPU) Result: PASS POLETTIX/Template-Perlish-1.21.tar.gz make test TEST_VERBOSE=1 -- OK Flavio Poletti <polettix@cpan.org> Yet Another Templating system for Perl >>> (cd /home/fly2000/var/cpan/build/Template-Perlish-1.21-mF7dfx && tar cvf - Template-Perlish-1.21.ppd blib) | gzip -c >/home/fly2000/var/REPO/P/PO/POLETTIX/Template-Perlish-1.21.tar.gz Template-Perlish-1.21.ppd blib/ blib/man3/ blib/man3/Template::Perlish.3 blib/lib/ blib/lib/Template/ blib/lib/Template/Perlish.pm >>> mv /home/fly2000/var/cpan/build/Template-Perlish-1.21-mF7dfx/Template-Perlish-1.21.ppd /home/fly2000/var/REPO/P/PO/POLETTIX VmSize: 311888 kB Finished 2015-02-20T08:17:02