Start 2009-02-06T05:18:07 Going to read /Users/fly1003/var/cpan/Metadata Database was generated on Fri, 06 Feb 2009 11:26:54 GMT Running make for A/AL/ALEXMV/Template-Declare-0.36.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/A/AL/ALEXMV/Template-Declare-0.36.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/A/AL/ALEXMV/CHECKSUMS Checksum for /Users/fly1003/var/cpan/sources/authors/id/A/AL/ALEXMV/Template-Declare-0.36.tar.gz ok Template-Declare-0.36/ Template-Declare-0.36/MANIFEST Template-Declare-0.36/META.yml Template-Declare-0.36/MANIFEST.SKIP Template-Declare-0.36/SIGNATURE Template-Declare-0.36/Changes Template-Declare-0.36/lib/ Template-Declare-0.36/lib/Template/ Template-Declare-0.36/lib/Template/Declare/ Template-Declare-0.36/lib/Template/Declare/Tags.pm Template-Declare-0.36/lib/Template/Declare/TagSet/ Template-Declare-0.36/lib/Template/Declare/TagSet/RDF.pm Template-Declare-0.36/lib/Template/Declare/TagSet/HTML.pm Template-Declare-0.36/lib/Template/Declare/TagSet/RDF/ Template-Declare-0.36/lib/Template/Declare/TagSet/RDF/EM.pm Template-Declare-0.36/lib/Template/Declare/TagSet/XUL.pm Template-Declare-0.36/lib/Template/Declare/Buffer.pm Template-Declare-0.36/lib/Template/Declare/TagSet.pm Template-Declare-0.36/lib/Template/Declare.pm Template-Declare-0.36/t/ Template-Declare-0.36/t/tagset_mix.t Template-Declare-0.36/t/tag_sub_list.t Template-Declare-0.36/t/smart_tag_wrapper.t Template-Declare-0.36/t/pitfalls.t Template-Declare-0.36/t/utf8.t Template-Declare-0.36/t/subtemplates.t Template-Declare-0.36/t/nested_show.t Template-Declare-0.36/t/self.t Template-Declare-0.36/t/alternative.t Template-Declare-0.36/t/relative-pathing.t Template-Declare-0.36/t/99-pod-coverage.t Template-Declare-0.36/t/aliasing.t Template-Declare-0.36/t/postprocessor.t Template-Declare-0.36/t/deep_aliasing.t Template-Declare-0.36/t/arg-passing.t Template-Declare-0.36/t/relative-aliasing.t Template-Declare-0.36/t/similar-aliases.t Template-Declare-0.36/t/tagset_html.t Template-Declare-0.36/t/99-pod.t Template-Declare-0.36/t/closures.t Template-Declare-0.36/t/importing.t Template-Declare-0.36/t/siblings.t Template-Declare-0.36/t/indent.t Template-Declare-0.36/t/arg-declaration-styles.t Template-Declare-0.36/t/duplicate_element_ids.t Template-Declare-0.36/t/instrumentation.t Template-Declare-0.36/t/overloaded.t Template-Declare-0.36/t/wrappers.t Template-Declare-0.36/t/private.t Template-Declare-0.36/t/indexhtml.t Template-Declare-0.36/t/namespace.t Template-Declare-0.36/t/tagset_rdf.t Template-Declare-0.36/t/rt-37622.t Template-Declare-0.36/t/tagset_rdf_em.t Template-Declare-0.36/t/trivial.t Template-Declare-0.36/t/utils.pl Template-Declare-0.36/t/subclassing.t Template-Declare-0.36/t/deep_importing.t Template-Declare-0.36/t/attributes.t Template-Declare-0.36/t/xss.t Template-Declare-0.36/t/tagset_xul.t Template-Declare-0.36/t/forms.t Template-Declare-0.36/t/MyTagSet.pm Template-Declare-0.36/Makefile.PL Template-Declare-0.36/README Template-Declare-0.36/inc/ Template-Declare-0.36/inc/Module/ Template-Declare-0.36/inc/Module/Install/ Template-Declare-0.36/inc/Module/Install/Win32.pm Template-Declare-0.36/inc/Module/Install/Base.pm Template-Declare-0.36/inc/Module/Install/Makefile.pm Template-Declare-0.36/inc/Module/Install/Fetch.pm Template-Declare-0.36/inc/Module/Install/WriteAll.pm Template-Declare-0.36/inc/Module/Install/Metadata.pm Template-Declare-0.36/inc/Module/Install/Can.pm Template-Declare-0.36/inc/Module/Install.pm CPAN.pm: Going to build A/AL/ALEXMV/Template-Declare-0.36.tar.gz >>> /Users/fly1003/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Template::Declare >>> make cp lib/Template/Declare/Tags.pm blib/lib/Template/Declare/Tags.pm cp lib/Template/Declare/TagSet/XUL.pm blib/lib/Template/Declare/TagSet/XUL.pm cp lib/Template/Declare.pm blib/lib/Template/Declare.pm cp lib/Template/Declare/TagSet/RDF.pm blib/lib/Template/Declare/TagSet/RDF.pm cp lib/Template/Declare/Buffer.pm blib/lib/Template/Declare/Buffer.pm cp lib/Template/Declare/TagSet/HTML.pm blib/lib/Template/Declare/TagSet/HTML.pm cp lib/Template/Declare/TagSet/RDF/EM.pm blib/lib/Template/Declare/TagSet/RDF/EM.pm cp lib/Template/Declare/TagSet.pm blib/lib/Template/Declare/TagSet.pm Manifying blib/man3/Template::Declare::Tags.3 Manifying blib/man3/Template::Declare.3 Manifying blib/man3/Template::Declare::TagSet::XUL.3 Manifying blib/man3/Template::Declare::TagSet::RDF.3 Manifying blib/man3/Template::Declare::TagSet::RDF::EM.3 Manifying blib/man3/Template::Declare::TagSet::HTML.3 Manifying blib/man3/Template::Declare::Buffer.3 Manifying blib/man3/Template::Declare::TagSet.3 ALEXMV/Template-Declare-0.36.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1003/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/99-pod-coverage........... 1..0 # Skip We know we don't have enough POD :( skipped: We know we don't have enough POD :( t/99-pod.................... 1..8 ok 1 - blib/lib/Template/Declare.pm ok 2 - blib/lib/Template/Declare/Buffer.pm ok 3 - blib/lib/Template/Declare/Tags.pm ok 4 - blib/lib/Template/Declare/TagSet.pm ok 5 - blib/lib/Template/Declare/TagSet/HTML.pm ok 6 - blib/lib/Template/Declare/TagSet/RDF.pm ok 7 - blib/lib/Template/Declare/TagSet/XUL.pm ok 8 - blib/lib/Template/Declare/TagSet/RDF/EM.pm ok t/aliasing.................. 1..16 ok 1 ok 2 ok 3 ok 4 ok 5 - When you subclass and then alias, the superclass's aliass are there ok 6 ok 7 - The variable was set ok 8 - $self is correct in template block ok 9 - Lint checked clean ok 10 ok 11 - The variable was not set on second aliasing ok 12 - $self is correct in template block ok 13 - Lint checked clean ok 14 - We got the aliased version in the subclass ok 15 - $self is correct in template block ok 16 - Lint checked clean ok t/alternative............... 1..7 ok 1 - td is invalid ok 2 ok 3 - tr is invalid ok 4 ok 5 ok 6 ok 7 ok t/arg-declaration-styles.... 1..39 ok 1 - content ok 2 - content ok 3 - Lint checked clean ok 4 - content_curly ok 5 - content_curly ok 6 - Lint checked clean ok 7 - content_explicit ok 8 - content_explicit ok 9 - Lint checked clean ok 10 - content_mixed1 ok 11 - content_mixed1 ok 12 - content_mixed1 ok 13 - content_mixed1 ok 14 - content_mixed1 ok 15 - Lint checked clean ok 16 - content_mixed2 ok 17 - content_mixed2 ok 18 - content_mixed2 ok 19 - content_mixed2 ok 20 - content_mixed2 ok 21 - Lint checked clean ok 22 - content_attrs ok 23 - content_attrs ok 24 - content_attrs ok 25 - content_attrs ok 26 - content_attrs ok 27 - Lint checked clean ok 28 - content_withs ok 29 - content_withs ok 30 - content_withs ok 31 - content_withs ok 32 - content_withs ok 33 - Lint checked clean ok 34 - content_curlies ok 35 - content_curlies ok 36 - content_curlies ok 37 - content_curlies ok 38 - content_curlies ok 39 - Lint checked clean ok t/arg-passing............... 1..9 ok 1 ok 2 - show and TD->show are the same ok 3 ok 4 ok 5 - show and TD->show are the same ok 6 ok 7 - show and TD->show are the same ok 8 ok 9 - show and TD->show are the same ok t/attributes................ 1..10 ok 1 ok 2 - Lint checked clean ok 3 ok 4 - Lint checked clean ok 5 ok 6 - Lint checked clean ok 7 ok 8 - Lint checked clean ok 9 ok 10 - Lint checked clean ok t/closures.................. 1..16 ok 1 ok 2 - Lint checked clean ok 3 ok 4 - Lint checked clean ok 5 ok 6 - Lint checked clean ok 7 - closure_1 matched ok 8 - Lint checked clean ok 9 - closure_2 matched ok 10 - Lint checked clean ok 11 - closure_3 matched ok 12 - Lint checked clean ok 13 - Showed closure_5 ok 14 - Lint checked clean ok 15 ok 16 - Lint checked clean ok t/deep_aliasing............. 1..12 ok 1 ok 2 - the listing template isn't imported to the top level ok 3 - The search template isn't imported to the top level ok 4 - has listing template ok 5 - has search template ok 6 ok 7 - can not call a toplevel "listing" template ok 8 - listing is private ok 9 - Can not call a toplevel /search ok 10 - Search could not be found ok 11 - Can call /plugin/listing ok 12 - Can call /plugin/search ok t/deep_importing............ 1..12 ok 1 ok 2 ok 3 ok 4 - has listing template ok 5 - has search template ok 6 ok 7 - can not call a toplevel "listing" template ok 8 - calling a missing component gets warned ok 9 - Can call /plugin/listing ok 10 - Can not call a toplevel /search ok 11 - calling a missing component gets warned ok 12 - Can call /plugin/search ok t/duplicate_element_ids..... 1..8 ok 1 - Duplicate id should be warned ok 2 - Duplicate id should be warned ok 3 - Duplicate id given in different case should be warned ok 4 - Should not duplicate id warnings if there are none. ok 5 - Duplicate id should be warned ok 6 - Duplicate id should be warned ok 7 - Duplicate id given in different case should be warned ok 8 - Should not duplicate id warnings if there are none. ok t/forms..................... 1..2 ok 1 - we have a form ok 2 - Lint checked clean ok t/importing................. 1..12 ok 1 ok 2 ok 3 ok 4 - When you subclass and then import, the superclass's imports are there ok 5 ok 6 ok 7 ok 8 - $self is correct in template block ok 9 - Lint checked clean ok 10 - We got the imported version in the subclass ok 11 - $self is correct in template block ok 12 - Lint checked clean ok t/indent.................... 1..1 ok 1 ok t/indexhtml................. 1..4 ok 1 ok 2 - Lint checked clean ok 3 ok 4 - Lint checked clean ok t/instrumentation........... 1..32 ok 1 ok 2 - one template called ok 3 - first argument is $orig ok 4 - second argument is template path ok 5 - third argument is the list of arguments ok 6 - fourth argument is template coderef ok 7 ok 8 ok 9 - one pre_template called ok 10 - first argument is $orig ok 11 - nested templates ok 12 - nested templates) ok 13 - nested templates ok 14 - nested templates ok 15 - fourth argument is template coderef ok 16 - fourth argument is template coderef ok 17 ok 18 - one template called ok 19 - first argument is $orig ok 20 - second argument is template path ok 21 - third argument is the list of arguments ok 22 - fourth argument is template coderef ok 23 ok 24 - one template called ok 25 - first argument is $orig ok 26 - first argument is $orig ok 27 - second argument is template path ok 28 - second argument is template path ok 29 - third argument is the list of arguments ok 30 - third argument is the list of arguments ok 31 - fourth argument is template coderef ok 32 - fourth argument is template coderef ok t/namespace................. 1..5 ok 1 ok 2 - htm:: is invalid ok 3 - package htm is intact ok 4 ok 5 ok t/nested_show............... 1..2 ok 1 - show => sub { div { show a_tag } } ok 2 - show => sub { div { show a_tag } } ok t/overloaded................ 1..4 not ok 1 - head { $obj } # TODO it's something we can fix, but not now # Failed (TODO) test 'head { $obj }' # at t/overloaded.t line 62. # ' #