PATH=/usr/bin:/bin Start 2011-08-10T18:22:33 ActivePerl-1003 CPAN-1.9402 Going to read '/home/fly1003/var/cpan/Metadata' Database was generated on Wed, 10 Aug 2011 18:27:14 GMT Running make for C/CH/CHROMATIC/Pod-PseudoPod-0.18.tar.gz Checksum for /net/nas/data/cpan/authors/id/C/CH/CHROMATIC/Pod-PseudoPod-0.18.tar.gz ok Will not use Archive::Tar, need 1.00 Pod-PseudoPod-0.18 Pod-PseudoPod-0.18/META.yml Pod-PseudoPod-0.18/README Pod-PseudoPod-0.18/Todo Pod-PseudoPod-0.18/META.json Pod-PseudoPod-0.18/Changes Pod-PseudoPod-0.18/Build.PL Pod-PseudoPod-0.18/MANIFEST Pod-PseudoPod-0.18/Makefile.PL Pod-PseudoPod-0.18/LICENSE Pod-PseudoPod-0.18/bin Pod-PseudoPod-0.18/bin/ppod2html Pod-PseudoPod-0.18/bin/ppod2txt Pod-PseudoPod-0.18/bin/ppod2docbook Pod-PseudoPod-0.18/bin/ppodchecker Pod-PseudoPod-0.18/examples Pod-PseudoPod-0.18/examples/style.css Pod-PseudoPod-0.18/examples/ppodindex Pod-PseudoPod-0.18/lib Pod-PseudoPod-0.18/lib/Pod Pod-PseudoPod-0.18/lib/Pod/PseudoPod.pm Pod-PseudoPod-0.18/lib/Pod/PseudoPod Pod-PseudoPod-0.18/lib/Pod/PseudoPod/Checker.pm Pod-PseudoPod-0.18/lib/Pod/PseudoPod/Text.pm Pod-PseudoPod-0.18/lib/Pod/PseudoPod/DocBook.pm Pod-PseudoPod-0.18/lib/Pod/PseudoPod/HTML.pm Pod-PseudoPod-0.18/lib/Pod/PseudoPod/Tutorial.pod Pod-PseudoPod-0.18/lib/Pod/PseudoPod/Index.pm Pod-PseudoPod-0.18/t Pod-PseudoPod-0.18/t/beginend.t Pod-PseudoPod-0.18/t/html.t Pod-PseudoPod-0.18/t/fcodes.t Pod-PseudoPod-0.18/t/checker.t Pod-PseudoPod-0.18/t/index.t Pod-PseudoPod-0.18/t/docbook.t Pod-PseudoPod-0.18/t/table.t Pod-PseudoPod-0.18/t/for.t Pod-PseudoPod-0.18/t/text.t Pod-PseudoPod-0.18/t/basic.t /bin/tar: Read 1536 bytes from - CPAN.pm: Going to build C/CH/CHROMATIC/Pod-PseudoPod-0.18.tar.gz >>> /home/fly1003/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Pod::PseudoPod >>> make cp lib/Pod/PseudoPod/Checker.pm blib/lib/Pod/PseudoPod/Checker.pm cp lib/Pod/PseudoPod/HTML.pm blib/lib/Pod/PseudoPod/HTML.pm cp lib/Pod/PseudoPod/Tutorial.pod blib/lib/Pod/PseudoPod/Tutorial.pod cp lib/Pod/PseudoPod/Index.pm blib/lib/Pod/PseudoPod/Index.pm cp lib/Pod/PseudoPod/DocBook.pm blib/lib/Pod/PseudoPod/DocBook.pm cp lib/Pod/PseudoPod.pm blib/lib/Pod/PseudoPod.pm cp lib/Pod/PseudoPod/Text.pm blib/lib/Pod/PseudoPod/Text.pm cp bin/ppodchecker blib/script/ppodchecker /home/fly1003/ap1003/bin/perl-static -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ppodchecker cp bin/ppod2docbook blib/script/ppod2docbook /home/fly1003/ap1003/bin/perl-static -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ppod2docbook cp bin/ppod2txt blib/script/ppod2txt /home/fly1003/ap1003/bin/perl-static -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ppod2txt cp bin/ppod2html blib/script/ppod2html /home/fly1003/ap1003/bin/perl-static -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ppod2html Manifying blib/man3/Pod::PseudoPod::HTML.3 Manifying blib/man3/Pod::PseudoPod::Checker.3 Manifying blib/man3/Pod::PseudoPod::Index.3 Manifying blib/man3/Pod::PseudoPod::Tutorial.3 Manifying blib/man3/Pod::PseudoPod::DocBook.3 Manifying blib/man3/Pod::PseudoPod.3 Manifying blib/man3/Pod::PseudoPod::Text.3 CHROMATIC/Pod-PseudoPod-0.18.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1003/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/beginend.t t/html.t t/fcodes.t t/checker.t t/index.t t/docbook.t t/table.t t/for.t t/text.t t/basic.t t/basic.t ..... 1..12 ok 1 - use Pod::PseudoPod; ok 2 - The object isa Pod::PseudoPod ok 3 - standard formatting codes allowed ok 4 - extra formatting code A allowed ok 5 - extra formatting code G allowed ok 6 - extra formatting code H allowed ok 7 - extra formatting code M allowed ok 8 - extra formatting code N allowed ok 9 - extra formatting code R allowed ok 10 - extra formatting code T allowed ok 11 - extra formatting code U allowed ok 12 - extra directives allowed ok t/beginend.t .. 1..20 ok 1 - use Pod::PseudoPod::HTML; ok 2 - a simple sidebar ok 3 - a sidebar with a title ok 4 - a sidebar with a Z<> entity ok 5 - allow programlisting blocks ok 6 - programlisting blocks with css tags turned on ok 7 - listing blocks ok 8 - allow blockquote blocks ok 9 - allow comment blocks ok 10 - allow caution blocks ok 11 - allow epigraph blocks ok 12 - allow example blocks ok 13 - allow important blocks ok 14 - allow note blocks ok 15 - allow screen blocks ok 16 - allow tip blocks ok 17 - allow warning blocks ok 18 - a simple figure ok 19 - a figure with a Z<> tag included. ok 20 - a figure with a caption. ok t/checker.t ... 1..3 ok 1 - use Pod::PseudoPod::Checker; ok 2 - The object isa Pod::PseudoPod::Checker ok 3 - catch mismatched =begin/=end tags ok t/docbook.t ... 1..27 ok 1 - use Pod::PseudoPod::DocBook; ok 2 - The object isa Pod::PseudoPod::DocBook ok 3 - multiple head level output ok 4 - multiple head level output (preface chapter) ok 5 - simple paragraph ok 6 - multiple paragraphs ok 7 - simple bulleted list ok 8 - numbered list ok 9 - list with text headings ok 10 - code block ok 11 - code entity in a paragraph ok 12 - footnote entity in a paragraph ok 13 - footnote entity in a paragraph (preface chapter) ok 14 - URL entity in a paragraph not ok 15 - Link anchor entity in a paragraph # TODO waiting for spec from O'Reilly # Failed (TODO) test 'Link anchor entity in a paragraph' # at t/docbook.t line 262. # got: 'A plain paragraph with a . # ' # expected: 'A plain paragraph with a . # ' ok 16 - Link entity in a paragraph ok 17 - Superscript in a paragraph ok 18 - Subscript in a paragraph ok 19 - Bold text in a paragraph ok 20 - Italic text in a paragraph ok 21 - Replaceable text in a paragraph ok 22 - File name in a paragraph not ok 23 - File name in a paragraph # TODO waiting for spec from O'Reilly # Failed (TODO) test 'File name in a paragraph' # at t/docbook.t line 347. # got: '' # expected: ' # A paragraph inside a block. # # ' ok 24 - Verbatim text with encodable quotes ok 25 - Verbatim text with encodable ampersands ok 26 - Verbatim text with encodable less-than ok 27 - Verbatim text with encodable greater-than ok t/fcodes.t .... 1..4 ok 1 - use Pod::PseudoPod::HTML; ok 2 - The object isa Pod::PseudoPod::HTML ok 3 - simple B<> code ok 4 - B<> in literal code ok t/for.t ....... 1..8 ok 1 - use Pod::PseudoPod::HTML; ok 2 - a simple for ok 3 - a for with an '=end' directive ok 4 - a for with an '=end for' directive ok 5 - an ended for with css tags ok 6 - author for ok 7 - production for ok 8 - for with 'ignore' target is always ignored ok t/html.t ...... 1..31 ok 1 - use Pod::PseudoPod::HTML; ok 2 - The object isa Pod::PseudoPod::HTML ok 3 - head0 level output ok 4 - head1 level output ok 5 - head2 level output ok 6 - head3 level output ok 7 - head4 level output ok 8 - simple paragraph ok 9 - multiple paragraphs ok 10 - simple bulleted list ok 11 - numbered list ok 12 - list with text headings ok 13 - code block ok 14 - code entity in a paragraph ok 15 - footnote entity in a paragraph ok 16 - adding html body tags ok 17 - adding html body tags and css tags ok 18 - css footnote entity in a paragraph ok 19 - URL entity in a paragraph ok 20 - Link anchor entity in a paragraph ok 21 - Link entity in a paragraph ok 22 - Superscript in a paragraph ok 23 - Subscript in a paragraph ok 24 - Bold text in a paragraph ok 25 - Italic text in a paragraph ok 26 - Replaceable text in a paragraph ok 27 - File name in a paragraph ok 28 - Verbatim text with encodable quotes ok 29 - Verbatim text with encodable ampersands ok 30 - Verbatim text with encodable less-than ok 31 - Verbatim text with encodable greater-than ok t/index.t ..... 1..7 ok 1 - use Pod::PseudoPod::Index; ok 2 - The object isa Pod::PseudoPod::Index ok 3 - a simple index item ok 4 - index item with coded entity ok 5 - two simple index items ok 6 - two index items in two files ok 7 - a two-level index item ok t/table.t ..... 1..9 ok 1 - use Pod::PseudoPod::HTML; ok 2 - The object isa Pod::PseudoPod::HTML ok 3 - a simple table ok 4 - a table with a title ok 5 - a table with a header row not ok 6 - a table with an empty row # TODO add checks for empty rows # Failed (TODO) test 'a table with an empty row' # at t/table.t line 138. # got: ' # # # # # #
# # ' # expected: ' # #
# # ' ok 7 - get rid of table type info ok 8 - a table with a Z<> tag inside ok 9 - lines in cells are not wrapped ok t/text.t ...... 1..27 ok 1 - use Pod::PseudoPod::Text; ok 2 - The object isa Pod::PseudoPod::Text ok 3 - head0 level output ok 4 - head1 level output ok 5 - head2 level output ok 6 - head3 level output ok 7 - head4 level output ok 8 - simple paragraph ok 9 - multiple paragraphs ok 10 - simple bulleted list ok 11 - numbered list ok 12 - list with text headings ok 13 - code block ok 14 - code entity in a paragraph ok 15 - footnote entity in a paragraph ok 16 - URL entity in a paragraph ok 17 - Link anchor entity in a paragraph ok 18 - a simple 'for' block ok 19 - a for with an '=end' directive ok 20 - a simple 'begin' block ok 21 - a sidebar with a title ok 22 - Link anchor entity in a paragraph ok 23 - a simple table ok 24 - a table with a title ok 25 - a table with a header row ok 26 - lines in cells are wrapped not ok 27 - Z<> and X<> codes in a paragraph # TODO X<> codes get replaced with a space instead of nothing # Failed (TODO) test 'Z<> and X<> codes in a paragraph' # at t/text.t line 378. # got: ' Title Text # # This is some text after some X codes. Does it get indented oddly? # # How about the next paragraph? # # ' # expected: ' Title Text # # This is some text after some X codes. Does it get indented oddly? # # How about the next paragraph? # # ' ok All tests successful. Files=10, Tests=148, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.44 cusr 0.05 csys = 0.55 CPU) Result: PASS CHROMATIC/Pod-PseudoPod-0.18.tar.gz make test TEST_VERBOSE=1 -- OK chromatic <chromatic@wgz.org> A framework for parsing PseudoPod >>> (cd /home/fly1003/var/cpan/build/Pod-PseudoPod-0.18-zmteVl && tar cvf - Pod-PseudoPod-0.18.ppd blib) | gzip -c >/home/fly1003/var/REPO/C/CH/CHROMATIC/Pod-PseudoPod-0.18.tar.gz Pod-PseudoPod-0.18.ppd blib/ blib/lib/ blib/lib/Pod/ blib/lib/Pod/PseudoPod/ blib/lib/Pod/PseudoPod/Checker.pm blib/lib/Pod/PseudoPod/HTML.pm blib/lib/Pod/PseudoPod/Tutorial.pod blib/lib/Pod/PseudoPod/Index.pm blib/lib/Pod/PseudoPod/DocBook.pm blib/lib/Pod/PseudoPod/Text.pm blib/lib/Pod/PseudoPod.pm blib/script/ blib/script/ppodchecker blib/script/ppod2docbook blib/script/ppod2txt blib/script/ppod2html blib/man3/ blib/man3/Pod::PseudoPod::HTML.3 blib/man3/Pod::PseudoPod::Checker.3 blib/man3/Pod::PseudoPod::Index.3 blib/man3/Pod::PseudoPod::Tutorial.3 blib/man3/Pod::PseudoPod::DocBook.3 blib/man3/Pod::PseudoPod.3 blib/man3/Pod::PseudoPod::Text.3 >>> mv /home/fly1003/var/cpan/build/Pod-PseudoPod-0.18-zmteVl/Pod-PseudoPod-0.18.ppd /home/fly1003/var/REPO/C/CH/CHROMATIC Finished 2011-08-10T18:22:36