*** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.72 >= 0.7) - Test::MockObject ...loaded. (1.08 >= 1.08) - Carp ...loaded. (1.08) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Bricklayer::Templater cp lib/Bricklayer/Templater/Handler/common/arrayitem.pm blib/lib/Bricklayer/Templater/Handler/common/arrayitem.pm cp lib/Bricklayer/Templater/Handler/common/include.pm blib/lib/Bricklayer/Templater/Handler/common/include.pm cp lib/Bricklayer/Templater/Handler/util/embed.pm blib/lib/Bricklayer/Templater/Handler/util/embed.pm cp lib/Bricklayer/Templater/Handler.pm blib/lib/Bricklayer/Templater/Handler.pm cp lib/Bricklayer/Templater/Handler/common/ifhashitem.pm blib/lib/Bricklayer/Templater/Handler/common/ifhashitem.pm cp lib/Bricklayer/Templater/Handler/util/tester.pm blib/lib/Bricklayer/Templater/Handler/util/tester.pm cp lib/Bricklayer/Templater/Handler/default.pm blib/lib/Bricklayer/Templater/Handler/default.pm cp lib/Bricklayer/Templater.pm blib/lib/Bricklayer/Templater.pm cp lib/Bricklayer/Templater/Handler/common/item.pm blib/lib/Bricklayer/Templater/Handler/common/item.pm cp lib/Bricklayer/Templater/Handler/common/object.pm blib/lib/Bricklayer/Templater/Handler/common/object.pm cp lib/Bricklayer/Templater/Sequencer.pm blib/lib/Bricklayer/Templater/Sequencer.pm cp lib/Bricklayer/Templater/Handler/common/elsehashitem.pm blib/lib/Bricklayer/Templater/Handler/common/elsehashitem.pm cp lib/Bricklayer/Templater/Parser.pm blib/lib/Bricklayer/Templater/Parser.pm cp lib/Bricklayer/Templater/Handler/common/hashitem.pm blib/lib/Bricklayer/Templater/Handler/common/hashitem.pm cp lib/Bricklayer/Templater/Handler/text_block.pm blib/lib/Bricklayer/Templater/Handler/text_block.pm cp lib/Bricklayer/Templater/Handler/common/row.pm blib/lib/Bricklayer/Templater/Handler/common/row.pm Manifying blib/man3/Bricklayer::Templater.3 Manifying blib/man3/Bricklayer::Templater::Parser.3 Manifying blib/man3/Bricklayer::Templater::Sequencer.3 Manifying blib/man3/Bricklayer::Templater::Handler::util::embed.3 Manifying blib/man3/Bricklayer::Templater::Handler.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/01bricklayer_templater_parser.t t/02bricklayer_templater.t t/03bricklayer_templater_handler.t t/bricklayer_templater_handlers.t t/pod-coverage.t t/pod.t t/01bricklayer_templater_parser.....Odd number of elements in anonymous hash at t/01bricklayer_templater_parser.t line 16. Use of uninitialized value in anonymous hash ({}) at t/01bricklayer_templater_parser.t line 16. Odd number of elements in anonymous hash at t/01bricklayer_templater_parser.t line 16. Use of uninitialized value in anonymous hash ({}) at t/01bricklayer_templater_parser.t line 16. Odd number of elements in anonymous hash at t/01bricklayer_templater_parser.t line 17. Use of uninitialized value in anonymous hash ({}) at t/01bricklayer_templater_parser.t line 17. 1..12 ok 1 - use Bricklayer::Templater::Parser; ok 2 - parse without tagid fails ok 3 - parse without start_bracket fails Odd number of elements in hash assignment at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Bricklayer-Templater/blib/lib/Bricklayer/Templater/Parser.pm line 167. Use of uninitialized value in list assignment at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Bricklayer-Templater/blib/lib/Bricklayer/Templater/Parser.pm line 167. ok 4 - parse without end_bracket fails Odd number of elements in hash assignment at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Bricklayer-Templater/blib/lib/Bricklayer/Templater/Parser.pm line 167. Use of uninitialized value in list assignment at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Bricklayer-Templater/blib/lib/Bricklayer/Templater/Parser.pm line 167. ok 5 - Succeeded in parsing simple template ok 6 - There were two tokens Odd number of elements in hash assignment at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Bricklayer-Templater/blib/lib/Bricklayer/Templater/Parser.pm line 167. ok 7 - Token Structure is correct Use of uninitialized value in list assignment at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Bricklayer-Templater/blib/lib/Bricklayer/Templater/Parser.pm line 167. ok 8 - Succeeded in parsing simple template with attributes ok 9 - Token Structure with attributes is correct ok 10 - Bricklayer::Templater::Parser->can('mytrim') ok 11 - mytrim removes whitespace in the front ok 12 - mytrim removes whitespace in the back ok t/02bricklayer_templater............Odd number of elements in anonymous hash at t/02bricklayer_templater.t line 12. Use of uninitialized value in anonymous hash ({}) at t/02bricklayer_templater.t line 12. creating test templtes at t/02bricklayer_templater.t line 29. 1..20 ok 1 - use Bricklayer::Templater; Bricklayer::Templater Requires a working directory at t/02bricklayer_templater.t line 48 ok 2 - failed to create a Templater instance without a context Bricklayer::Templater Requires a context at t/02bricklayer_templater.t line 49 ok 3 - failed to create a Templater instance without a working directory ok 4 - successfully created a Templater instance with a working directory and context ok 5 - The object isa Bricklayer::Templater ok 6 - Bricklayer::Templater->can(...) ok 7 - Bricklayer::Templater->can(...) ok 8 - WD attrib equals cwd ok 9 - The object isa Some::Class ok 10 - ext attribute is the correct default ok 11 - start_bracket attribute is the correct default ok 12 - end_bracket attribute is the correct default ok 13 - identifier attribute is the correct default loading /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Bricklayer-Templater/templates/test.txml at t/02bricklayer_templater.t line 67 ok 14 - successfully loaded template loading /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Bricklayer-Templater/templates/tmpl/test.txml at t/02bricklayer_templater.t line 68 ok 15 - successfully loaded template with :: syntax ok 16 - successfully stored a template Odd number of elements in hash assignment at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Bricklayer-Templater/blib/lib/Bricklayer/Templater/Parser.pm line 167. Use of uninitialized value in list assignment at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Bricklayer-Templater/blib/lib/Bricklayer/Templater/Parser.pm line 167. Use of uninitialized value $loop in concatenation (.) or string at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Bricklayer-Templater/blib/lib/Bricklayer/Templater/Handler/common/row.pm line 12. in the row handler with at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Bricklayer-Templater/blib/lib/Bricklayer/Templater/Sequencer.pm line 107 ok 17 - Successfully Called publish Callback ok 18 - template text matches expected result ok 19 - page attribute has been cleared loading /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Bricklayer-Templater/templates/tmpl/test.txml at t/02bricklayer_templater.t line 81 Odd number of elements in hash assignment at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Bricklayer-Templater/blib/lib/Bricklayer/Templater/Parser.pm line 167. Use of uninitialized value in list assignment at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Bricklayer-Templater/blib/lib/Bricklayer/Templater/Parser.pm line 167. Use of uninitialized value $loop in concatenation (.) or string at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Bricklayer-Templater/blib/lib/Bricklayer/Templater/Handler/common/row.pm line 12. in the row handler with at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Bricklayer-Templater/blib/lib/Bricklayer/Templater/Sequencer.pm line 96 removing test directory at t/02bricklayer_templater.t line 86. ok 20 - run templater succeeds ok t/03bricklayer_templater_handler....1..12 ok 1 - use Bricklayer::Templater::Handler; ok 2 - Loaded handler object ok 3 - failed Loading handler object without Token ok 4 - failed Loading handler object without context object ok 5 - Bricklayer::Templater::Handler->can(...) ok 6 - The object isa Test::MockObject ok 7 - Attributes are accessed correctly ok 8 - Block is accessed correctly ok 9 - tagid [BK] is accessed correctly ok 10 - type [someType] is accessed correctly ok 11 - tagname [someTag] is accessed correctly ok 12 - sequencer was called ok t/bricklayer_templater_handlers.....1..1 ok 1 - use Bricklayer::Templater::Handler; ok t/pod-coverage......................1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod...............................1..16 ok 1 - blib/lib/Bricklayer/Templater.pm ok 2 - blib/lib/Bricklayer/Templater/Handler.pm ok 3 - blib/lib/Bricklayer/Templater/Parser.pm ok 4 - blib/lib/Bricklayer/Templater/Sequencer.pm ok 5 - blib/lib/Bricklayer/Templater/Handler/default.pm ok 6 - blib/lib/Bricklayer/Templater/Handler/text_block.pm ok 7 - blib/lib/Bricklayer/Templater/Handler/common/arrayitem.pm ok 8 - blib/lib/Bricklayer/Templater/Handler/common/elsehashitem.pm ok 9 - blib/lib/Bricklayer/Templater/Handler/common/hashitem.pm ok 10 - blib/lib/Bricklayer/Templater/Handler/common/ifhashitem.pm ok 11 - blib/lib/Bricklayer/Templater/Handler/common/include.pm ok 12 - blib/lib/Bricklayer/Templater/Handler/common/item.pm ok 13 - blib/lib/Bricklayer/Templater/Handler/common/object.pm ok 14 - blib/lib/Bricklayer/Templater/Handler/common/row.pm ok 15 - blib/lib/Bricklayer/Templater/Handler/util/embed.pm ok 16 - blib/lib/Bricklayer/Templater/Handler/util/tester.pm ok All tests successful, 1 test skipped. Files=6, Tests=61, 1 wallclock secs ( 0.58 cusr + 0.17 csys = 0.75 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/Bricklayer/Templater.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Bricklayer/Templater/Handler.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Bricklayer/Templater/Parser.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Bricklayer/Templater/Sequencer.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Bricklayer/Templater/Handler/util/embed.html Installing /Users/cpanrun/build/5.10.0/site/lib/Bricklayer/Templater.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Bricklayer/Templater/Handler.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Bricklayer/Templater/Parser.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Bricklayer/Templater/Sequencer.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Bricklayer/Templater/Handler/default.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Bricklayer/Templater/Handler/text_block.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Bricklayer/Templater/Handler/common/arrayitem.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Bricklayer/Templater/Handler/common/elsehashitem.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Bricklayer/Templater/Handler/common/hashitem.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Bricklayer/Templater/Handler/common/ifhashitem.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Bricklayer/Templater/Handler/common/include.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Bricklayer/Templater/Handler/common/item.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Bricklayer/Templater/Handler/common/object.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Bricklayer/Templater/Handler/common/row.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Bricklayer/Templater/Handler/util/embed.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Bricklayer/Templater/Handler/util/tester.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Bricklayer::Templater.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Bricklayer::Templater::Handler.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Bricklayer::Templater::Handler::util::embed.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Bricklayer::Templater::Parser.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Bricklayer::Templater::Sequencer.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod