Start 2010-01-08T03:50:42 ActivePerl-1003 CPAN-1.9402 Going to read '/home/fly1003/var/cpan/Metadata' Database was generated on Fri, 08 Jan 2010 23:42:02 GMT Running make for G/GA/GAM/XHTML-MediaWiki-0.10.tar.gz Checksum for /net/nas/data/cpan/authors/id/G/GA/GAM/XHTML-MediaWiki-0.10.tar.gz ok Will not use Archive::Tar, need 1.00 XHTML-MediaWiki-0.10 XHTML-MediaWiki-0.10/Build.PL XHTML-MediaWiki-0.10/Makefile.PL XHTML-MediaWiki-0.10/README XHTML-MediaWiki-0.10/META.yml XHTML-MediaWiki-0.10/SIGNATURE XHTML-MediaWiki-0.10/Changes XHTML-MediaWiki-0.10/MANIFEST XHTML-MediaWiki-0.10/lib XHTML-MediaWiki-0.10/lib/XHTML XHTML-MediaWiki-0.10/lib/XHTML/MediaWiki.pm XHTML-MediaWiki-0.10/t XHTML-MediaWiki-0.10/t/comment.t XHTML-MediaWiki-0.10/t/line.t XHTML-MediaWiki-0.10/t/template.t XHTML-MediaWiki-0.10/t/para_break.t XHTML-MediaWiki-0.10/t/pod_coverage.t XHTML-MediaWiki-0.10/t/misc.t XHTML-MediaWiki-0.10/t/ordered.t XHTML-MediaWiki-0.10/t/prewiki.t XHTML-MediaWiki-0.10/t/links.t XHTML-MediaWiki-0.10/t/pre.t XHTML-MediaWiki-0.10/t/footnotes.t XHTML-MediaWiki-0.10/t/test02.t XHTML-MediaWiki-0.10/t/div.t XHTML-MediaWiki-0.10/t/cdata.t XHTML-MediaWiki-0.10/t/html.t XHTML-MediaWiki-0.10/t/changes.t XHTML-MediaWiki-0.10/t/blending.t XHTML-MediaWiki-0.10/t/headers.t /bin/tar: Read 7680 bytes from - XHTML-MediaWiki-0.10/t/pod.t XHTML-MediaWiki-0.10/t/unordered.t XHTML-MediaWiki-0.10/t/nowiki.t XHTML-MediaWiki-0.10/t/paragraph.t CPAN.pm: Going to build G/GA/GAM/XHTML-MediaWiki-0.10.tar.gz >>> /home/fly1003/ap1003/bin/perl-static Makefile.PL Warning: prerequisite Test::XML 0 not found. Checking if your kit is complete... Looks good Writing Makefile for XHTML::MediaWiki ---- Unsatisfied dependencies detected during ---- ---- GAM/XHTML-MediaWiki-0.10.tar.gz ---- Test::XML [requires] Running make test Delayed until after prerequisites Running test for module 'Test::XML' Running make for S/SE/SEMANTICO/Test-XML-0.08.tar.gz Checksum for /net/nas/data/cpan/authors/id/S/SE/SEMANTICO/Test-XML-0.08.tar.gz ok Will not use Archive::Tar, need 1.00 Test-XML-0.08/ Test-XML-0.08/META.yml Test-XML-0.08/Changes Test-XML-0.08/README Test-XML-0.08/lib/ Test-XML-0.08/lib/Test/ Test-XML-0.08/lib/Test/XML/ Test-XML-0.08/lib/Test/XML/Twig.pm Test-XML-0.08/lib/Test/XML/XPath.pm Test-XML-0.08/lib/Test/XML/SAX.pm Test-XML-0.08/lib/Test/XML.pm Test-XML-0.08/.gitignore Test-XML-0.08/Makefile.PL Test-XML-0.08/MANIFEST Test-XML-0.08/Build.PL Test-XML-0.08/t/ Test-XML-0.08/t/whitespace.t Test-XML-0.08/t/1.t Test-XML-0.08/t/xpath.t Test-XML-0.08/t/maint.t Test-XML-0.08/t/twig.t Test-XML-0.08/t/order.t Test-XML-0.08/t/sax.t Test-XML-0.08/t/basic.t CPAN.pm: Going to build S/SE/SEMANTICO/Test-XML-0.08.tar.gz >>> /home/fly1003/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Test::XML >>> make cp lib/Test/XML/Twig.pm blib/lib/Test/XML/Twig.pm cp lib/Test/XML/XPath.pm blib/lib/Test/XML/XPath.pm cp lib/Test/XML/SAX.pm blib/lib/Test/XML/SAX.pm cp lib/Test/XML.pm blib/lib/Test/XML.pm Manifying blib/man3/Test::XML::Twig.3 Manifying blib/man3/Test::XML::SAX.3 Manifying blib/man3/Test::XML::XPath.3 Manifying blib/man3/Test::XML.3 SEMANTICO/Test-XML-0.08.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/*.t t/1.t ........... 1..1 ok 1 - use Test::XML; ok t/basic.t ....... 1..9 ok 1 - is_xml() no args failure ok 2 - is_xml() 1 args failure ok 3 - first usage example ok 4 - isnt_xml() no args failure ok 5 - isnt_xml() 1 args failure ok 6 - isnt_xml() works ok 7 - is_well_formed_xml() no args failure ok 8 - first usage example ok 9 - first usage example ok t/maint.t ....... 1..4 ok 1 - is_xml() spots same bits of xml not ok 2 - is_xml() spots different bits of xml # TODO buggery uppage # Failed (TODO) test 'is_xml() spots different bits of xml' # at t/maint.t line 33. # STDOUT is: # not ok 1 # TODO buggery uppage # # not: # not ok 1 # # as expected # STDERR is: # # Failed (TODO) test at t/maint.t line 32. # # Found 2 differences with expected: # # Child element 'bar' missing from element ''. # # Rogue element 'foo' in element ''. # # in processed XML: # # # # not: # /#\s+Failed\ test.*?\n?.*?at\ t\/maint\.t line 32.*\n?/ # # # Found 2 differences: # # # Child element 'foo' missing from element ''. # # # Rogue element 'bar' in element ''. # # as expected not ok 3 - is_xml() whinges about broken source xml # TODO buggery uppage # Failed (TODO) test 'is_xml() whinges about broken source xml' # at t/maint.t line 44. # STDOUT is: # not ok 1 # TODO buggery uppage # # not: # not ok 1 # # as expected # STDERR is: # # Failed (TODO) test at t/maint.t line 43. # # During compare: # # not well-formed (invalid token) at line 1, column 1, byte 1 # # not: # /#\s+Failed\ test.*?\n?.*?at\ t\/maint\.t line 43.*\n?/ # # # During compare: # # # not well-formed (invalid token) at line 1, column 1, byte 1 # # as expected not ok 4 - is_xml() whinges about broken dest xml # TODO buggery uppage # Failed (TODO) test 'is_xml() whinges about broken dest xml' # at t/maint.t line 55. # STDOUT is: # not ok 1 # TODO buggery uppage # # not: # not ok 1 # # as expected # STDERR is: # # Failed (TODO) test at t/maint.t line 54. # # During compare: # # no element found at line 1, column 0, byte -1 # # not: # /#\s+Failed\ test.*?\n?.*?at\ t\/maint\.t line 54.*\n?/ # # # During compare: # # # no element found at line 1, column 0, byte -1 # # as expected ok t/order.t ....... 1..3 not ok 1 - characters are not clustered # TODO make order significant # Failed (TODO) test 'characters are not clustered' # at t/order.t line 11. # Found no differences in processed XML: #

ace

not ok 2 - order is significant # TODO make order significant # Failed (TODO) test 'order is significant' # at t/order.t line 17. # Found no differences in processed XML: #

ace

not ok 3 - order is significant when not mixed content # TODO make order significant # Failed (TODO) test 'order is significant when not mixed content' # at t/order.t line 23. # Found no differences in processed XML: #

ok You said to run 0 tests at /home/fly1003/var/cpan/build/Test-XML-0.08-4KwZXu/blib/lib/Test/XML/SAX.pm line 57. t/sax.t ......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/twig.t ........ 1..10 ok 1 - get_twig() bad input ok 2 - The object isa XML::Twig ok 3 - test_twig_handler() no args failure ok 4 - test_twig_handler() 1 args failure ok 5 - test_twig_handler() 2 args failure ok 6 - test_twig_handler() 3 args failure ok 7 - test_twig_handler() arg 1 type failure ok 8 - test_twig_handler() with handler() ok 9 - test_twig_handler() with qr// ok 10 - test_twig_handlers() with handler() ok t/whitespace.t .. 1..1 not ok 1 - whitespace is significant # TODO make whitespace significant # Failed (TODO) test 'whitespace is significant' # at t/whitespace.t line 10. # Found no differences in processed XML: #

foo

ok t/xpath.t ....... 1..64 ok 1 - use Test::XML::XPath; ok 2 - like_xpath() no args failure ok 3 - like_xpath() 1 args failure ok 4 - like_xpath() undef first arg failure ok 5 - like_xpath( => /foo ) [XML::LibXML] ok 6 - like_xpath( => /foo ) did not blow up [XML::LibXML] ok 7 - unlike_xpath( => /bar ) [XML::LibXML] ok 8 - unlike_xpath( => /bar ) did not blow up [XML::LibXML] ok 9 - unlike_xpath( => /bar ) [XML::LibXML] ok 10 - unlike_xpath( => /bar ) did not blow up [XML::LibXML] ok 11 - like_xpath( pub => /foo[@attrib="1"] ) [XML::LibXML] ok 12 - like_xpath( pub => /foo[@attrib="1"] ) did not blow up [XML::LibXML] ok 13 - like_xpath( pub => //bosh ) [XML::LibXML] ok 14 - like_xpath( pub => //bosh ) did not blow up [XML::LibXML] ok 15 - like_xpath( pub => //bosh[@args="42"] ) [XML::LibXML] ok 16 - like_xpath( pub => //bosh[@args="42"] ) did not blow up [XML::LibXML] ok 17 - like_xpath( => /foo ) [XML::LibXML] ok 18 - like_xpath( => /foo ) did not blow up [XML::LibXML] ok 19 - like_xpath( => foo ) [XML::LibXML] ok 20 - like_xpath( => foo ) did not blow up [XML::LibXML] ok 21 - is_xpath() / is bar [XML::LibXML] ok 22 - is_xpath() did not blow up [XML::LibXML] ok 23 - is_xpath() /foo is bar [XML::LibXML] ok 24 - is_xpath() did not blow up [XML::LibXML] ok 25 - is_xpath() / is pub [XML::LibXML] ok 26 - is_xpath() did not blow up [XML::LibXML] ok 27 - is_xpath() /foo/bish is pub [XML::LibXML] ok 28 - is_xpath() did not blow up [XML::LibXML] ok 29 - is_xpath() /foo/bish/bosh is pub [XML::LibXML] ok 30 - is_xpath() did not blow up [XML::LibXML] ok 31 - is_xpath() /foo/@attrib is 1 [XML::LibXML] ok 32 - is_xpath() did not blow up [XML::LibXML] ok 33 - is_xpath() /foo/bish/bosh/@args is 42 [XML::LibXML] ok 34 - is_xpath() did not blow up [XML::LibXML] ok 35 - like_xpath( => /foo ) [XML::XPath] ok 36 - like_xpath( => /foo ) did not blow up [XML::XPath] ok 37 - unlike_xpath( => /bar ) [XML::XPath] ok 38 - unlike_xpath( => /bar ) did not blow up [XML::XPath] ok 39 - unlike_xpath( => /bar ) [XML::XPath] ok 40 - unlike_xpath( => /bar ) did not blow up [XML::XPath] ok 41 - like_xpath( pub => /foo[@attrib="1"] ) [XML::XPath] ok 42 - like_xpath( pub => /foo[@attrib="1"] ) did not blow up [XML::XPath] ok 43 - like_xpath( pub => //bosh ) [XML::XPath] ok 44 - like_xpath( pub => //bosh ) did not blow up [XML::XPath] ok 45 - like_xpath( pub => //bosh[@args="42"] ) [XML::XPath] ok 46 - like_xpath( pub => //bosh[@args="42"] ) did not blow up [XML::XPath] ok 47 - like_xpath( => /foo ) [XML::XPath] ok 48 - like_xpath( => /foo ) did not blow up [XML::XPath] ok 49 - like_xpath( => foo ) [XML::XPath] ok 50 - like_xpath( => foo ) did not blow up [XML::XPath] ok 51 - is_xpath() / is bar [XML::XPath] ok 52 - is_xpath() did not blow up [XML::XPath] ok 53 - is_xpath() /foo is bar [XML::XPath] ok 54 - is_xpath() did not blow up [XML::XPath] ok 55 - is_xpath() / is pub [XML::XPath] ok 56 - is_xpath() did not blow up [XML::XPath] ok 57 - is_xpath() /foo/bish is pub [XML::XPath] ok 58 - is_xpath() did not blow up [XML::XPath] ok 59 - is_xpath() /foo/bish/bosh is pub [XML::XPath] ok 60 - is_xpath() did not blow up [XML::XPath] ok 61 - is_xpath() /foo/@attrib is 1 [XML::XPath] ok 62 - is_xpath() did not blow up [XML::XPath] ok 63 - is_xpath() /foo/bish/bosh/@args is 42 [XML::XPath] ok 64 - is_xpath() did not blow up [XML::XPath] ok Test Summary Report ------------------- t/sax.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=8, Tests=92, 4 wallclock secs ( 0.04 usr 0.01 sys + 0.52 cusr 0.12 csys = 0.69 CPU) Result: FAIL Failed 1/8 test programs. 0/92 subtests failed. make: *** [test_dynamic] Error 255 SEMANTICO/Test-XML-0.08.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports SEMANTICO/Test-XML-0.08.tar.gz Running make for G/GA/GAM/XHTML-MediaWiki-0.10.tar.gz Has already been unwrapped into directory /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr CPAN.pm: Going to build G/GA/GAM/XHTML-MediaWiki-0.10.tar.gz Warning: Prerequisite 'Test::XML => 0' for 'GAM/XHTML-MediaWiki-0.10.tar.gz' failed when processing 'SEMANTICO/Test-XML-0.08.tar.gz' with 'make_test => NO'. Continuing, but chances to succeed are limited. >>> make cp lib/XHTML/MediaWiki.pm blib/lib/XHTML/MediaWiki.pm Manifying blib/man3/XHTML::MediaWiki.3 GAM/XHTML-MediaWiki-0.10.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/*.t Can't locate Test/XML.pm in @INC (@INC contains: /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/lib /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/arch /home/fly1003/var/megalib /home/fly1003/var/megalib /home/fly1003/ap1003/site/lib /home/fly1003/ap1003/lib .) at t/blending.t line 2. BEGIN failed--compilation aborted at t/blending.t line 2. # Looks like your test exited with 2 before it could output anything. t/blending.t ...... 1..1 Dubious, test returned 2 (wstat 512, 0x200) Failed 1/1 subtests Can't locate Test/XML.pm in @INC (@INC contains: /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/lib /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/arch /home/fly1003/var/megalib /home/fly1003/var/megalib /home/fly1003/ap1003/site/lib /home/fly1003/ap1003/lib .) at t/cdata.t line 3. BEGIN failed--compilation aborted at t/cdata.t line 3. # Looks like your test exited with 2 before it could output anything. t/cdata.t ......... 1..1 Dubious, test returned 2 (wstat 512, 0x200) Failed 1/1 subtests t/changes.t ....... 1..1 ok 1 - CheckChages 0.10 Makefile ok Can't locate Test/XML.pm in @INC (@INC contains: /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/lib /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/arch /home/fly1003/var/megalib /home/fly1003/var/megalib /home/fly1003/ap1003/site/lib /home/fly1003/ap1003/lib .) at t/comment.t line 3. BEGIN failed--compilation aborted at t/comment.t line 3. t/comment.t ....... Dubious, test returned 2 (wstat 512, 0x200) No subtests run Can't locate Test/XML.pm in @INC (@INC contains: /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/lib /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/arch /home/fly1003/var/megalib /home/fly1003/var/megalib /home/fly1003/ap1003/site/lib /home/fly1003/ap1003/lib .) at t/div.t line 2. BEGIN failed--compilation aborted at t/div.t line 2. # Looks like your test exited with 2 before it could output anything. t/div.t ........... 1..2 Dubious, test returned 2 (wstat 512, 0x200) Failed 2/2 subtests Can't locate Test/XML.pm in @INC (@INC contains: /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/lib /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/arch /home/fly1003/var/megalib /home/fly1003/var/megalib /home/fly1003/ap1003/site/lib /home/fly1003/ap1003/lib .) at t/footnotes.t line 5. BEGIN failed--compilation aborted at t/footnotes.t line 5. # Looks like your test exited with 2 before it could output anything. t/footnotes.t ..... 1..4 Dubious, test returned 2 (wstat 512, 0x200) Failed 4/4 subtests Can't locate Test/XML.pm in @INC (@INC contains: /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/lib /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/arch /home/fly1003/var/megalib /home/fly1003/var/megalib /home/fly1003/ap1003/site/lib /home/fly1003/ap1003/lib .) at t/headers.t line 2. BEGIN failed--compilation aborted at t/headers.t line 2. # Looks like your test exited with 2 before it could output anything. t/headers.t ....... 1..3 Dubious, test returned 2 (wstat 512, 0x200) Failed 3/3 subtests Can't locate Test/XML.pm in @INC (@INC contains: /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/lib /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/arch /home/fly1003/var/megalib /home/fly1003/var/megalib /home/fly1003/ap1003/site/lib /home/fly1003/ap1003/lib .) at t/html.t line 2. BEGIN failed--compilation aborted at t/html.t line 2. # Looks like your test exited with 2 before it could output anything. t/html.t .......... 1..7 Dubious, test returned 2 (wstat 512, 0x200) Failed 7/7 subtests t/line.t .......... 1..2 ok 1 - Emphasize ok 2 - Links ok Can't locate Test/XML.pm in @INC (@INC contains: /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/lib /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/arch /home/fly1003/var/megalib /home/fly1003/var/megalib /home/fly1003/ap1003/site/lib /home/fly1003/ap1003/lib .) at t/links.t line 3. BEGIN failed--compilation aborted at t/links.t line 3. # Looks like your test exited with 2 before it could output anything. t/links.t ......... 1..1 Dubious, test returned 2 (wstat 512, 0x200) Failed 1/1 subtests Can't locate Test/XML.pm in @INC (@INC contains: /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/lib /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/arch /home/fly1003/var/megalib /home/fly1003/var/megalib /home/fly1003/ap1003/site/lib /home/fly1003/ap1003/lib .) at t/misc.t line 2. BEGIN failed--compilation aborted at t/misc.t line 2. t/misc.t .......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run Can't locate Test/XML.pm in @INC (@INC contains: /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/lib /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/arch /home/fly1003/var/megalib /home/fly1003/var/megalib /home/fly1003/ap1003/site/lib /home/fly1003/ap1003/lib .) at t/nowiki.t line 2. BEGIN failed--compilation aborted at t/nowiki.t line 2. # Looks like your test exited with 2 before it could output anything. t/nowiki.t ........ 1..3 Dubious, test returned 2 (wstat 512, 0x200) Failed 3/3 subtests Can't locate Test/XML.pm in @INC (@INC contains: /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/lib /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/arch /home/fly1003/var/megalib /home/fly1003/var/megalib /home/fly1003/ap1003/site/lib /home/fly1003/ap1003/lib .) at t/ordered.t line 2. BEGIN failed--compilation aborted at t/ordered.t line 2. # Looks like your test exited with 2 before it could output anything. t/ordered.t ....... 1..1 Dubious, test returned 2 (wstat 512, 0x200) Failed 1/1 subtests Can't locate Test/XML.pm in @INC (@INC contains: /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/lib /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/arch /home/fly1003/var/megalib /home/fly1003/var/megalib /home/fly1003/ap1003/site/lib /home/fly1003/ap1003/lib .) at t/para_break.t line 4. BEGIN failed--compilation aborted at t/para_break.t line 4. t/para_break.t .... Dubious, test returned 2 (wstat 512, 0x200) No subtests run Can't locate Test/XML.pm in @INC (@INC contains: /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/lib /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/arch /home/fly1003/var/megalib /home/fly1003/var/megalib /home/fly1003/ap1003/site/lib /home/fly1003/ap1003/lib .) at t/paragraph.t line 4. BEGIN failed--compilation aborted at t/paragraph.t line 4. t/paragraph.t ..... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/pod.t ........... 1..1 ok 1 - use "Build testpodcoverage" for this test ok t/pod_coverage.t .. 1..1 ok 1 - use "Build testpod" for this test ok Can't locate Test/XML.pm in @INC (@INC contains: /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/lib /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/arch /home/fly1003/var/megalib /home/fly1003/var/megalib /home/fly1003/ap1003/site/lib /home/fly1003/ap1003/lib .) at t/pre.t line 3. BEGIN failed--compilation aborted at t/pre.t line 3. # Looks like your test exited with 2 before it could output anything. t/pre.t ........... 1..3 Dubious, test returned 2 (wstat 512, 0x200) Failed 3/3 subtests Can't locate Test/XML.pm in @INC (@INC contains: /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/lib /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/arch /home/fly1003/var/megalib /home/fly1003/var/megalib /home/fly1003/ap1003/site/lib /home/fly1003/ap1003/lib .) at t/prewiki.t line 3. BEGIN failed--compilation aborted at t/prewiki.t line 3. # Looks like your test exited with 2 before it could output anything. t/prewiki.t ....... 1..1 Dubious, test returned 2 (wstat 512, 0x200) Failed 1/1 subtests t/template.t ...... 1..2 ok 1 - use XHTML::MediaWiki; ok 2 - regression ok Can't locate Test/XML.pm in @INC (@INC contains: /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/lib /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/arch /home/fly1003/var/megalib /home/fly1003/var/megalib /home/fly1003/ap1003/site/lib /home/fly1003/ap1003/lib .) at t/test02.t line 3. BEGIN failed--compilation aborted at t/test02.t line 3. t/test02.t ........ Dubious, test returned 2 (wstat 512, 0x200) No subtests run Can't locate Test/XML.pm in @INC (@INC contains: /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/lib /home/fly1003/var/cpan/build/XHTML-MediaWiki-0.10-P7pdQr/blib/arch /home/fly1003/var/megalib /home/fly1003/var/megalib /home/fly1003/ap1003/site/lib /home/fly1003/ap1003/lib .) at t/unordered.t line 2. BEGIN failed--compilation aborted at t/unordered.t line 2. # Looks like your test exited with 2 before it could output anything. t/unordered.t ..... 1..1 Dubious, test returned 2 (wstat 512, 0x200) Failed 1/1 subtests Test Summary Report ------------------- t/blending.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 1 tests but ran 0. t/cdata.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 1 tests but ran 0. t/comment.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/div.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 2 tests but ran 0. t/footnotes.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 4 tests but ran 0. t/headers.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 3 tests but ran 0. t/html.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 7 tests but ran 0. t/links.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 1 tests but ran 0. t/misc.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/nowiki.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 3 tests but ran 0. t/ordered.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 1 tests but ran 0. t/para_break.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/paragraph.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/pre.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 3 tests but ran 0. t/prewiki.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 1 tests but ran 0. t/test02.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/unordered.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 1 tests but ran 0. Files=22, Tests=7, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.40 cusr 0.06 csys = 0.52 CPU) Result: FAIL Failed 17/22 test programs. 0/7 subtests failed. make: *** [test_dynamic] Error 2 GAM/XHTML-MediaWiki-0.10.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports GAM/XHTML-MediaWiki-0.10.tar.gz Finished 2010-01-08T03:50:51