Checking if your kit is complete... Looks good Writing Makefile for Test::XML cp lib/Test/XML/Twig.pm blib/lib/Test/XML/Twig.pm cp lib/Test/XML/SAX.pm blib/lib/Test/XML/SAX.pm cp lib/Test/XML/XPath.pm blib/lib/Test/XML/XPath.pm cp lib/Test/XML.pm blib/lib/Test/XML.pm Manifying blib/man3/Test::XML::Twig.3 Manifying blib/man3/Test::XML::XPath.3 Manifying blib/man3/Test::XML::SAX.3 Manifying blib/man3/Test::XML.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/1.............1..1 ok 1 - use Test::XML; ok t/basic.........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.........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.........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 t/sax...........1..0 # Skip XML::SAX::Writer not present skipped all skipped: XML::SAX::Writer not present t/twig..........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....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.........1..34 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::XPath] ok 6 - like_xpath( => /foo ) did not blow up [XML::XPath] ok 7 - unlike_xpath( => /bar ) [XML::XPath] ok 8 - unlike_xpath( => /bar ) did not blow up [XML::XPath] ok 9 - unlike_xpath( => /bar ) [XML::XPath] ok 10 - unlike_xpath( => /bar ) did not blow up [XML::XPath] ok 11 - like_xpath( pub => /foo[@attrib="1"] ) [XML::XPath] ok 12 - like_xpath( pub => /foo[@attrib="1"] ) did not blow up [XML::XPath] ok 13 - like_xpath( pub => //bosh ) [XML::XPath] ok 14 - like_xpath( pub => //bosh ) did not blow up [XML::XPath] ok 15 - like_xpath( pub => //bosh[@args="42"] ) [XML::XPath] ok 16 - like_xpath( pub => //bosh[@args="42"] ) did not blow up [XML::XPath] ok 17 - like_xpath( => /foo ) [XML::XPath] ok 18 - like_xpath( => /foo ) did not blow up [XML::XPath] ok 19 - like_xpath( => foo ) [XML::XPath] ok 20 - like_xpath( => foo ) did not blow up [XML::XPath] ok 21 - is_xpath() / is bar [XML::XPath] ok 22 - is_xpath() did not blow up [XML::XPath] ok 23 - is_xpath() /foo is bar [XML::XPath] ok 24 - is_xpath() did not blow up [XML::XPath] ok 25 - is_xpath() / is pub [XML::XPath] ok 26 - is_xpath() did not blow up [XML::XPath] ok 27 - is_xpath() /foo/bish is pub [XML::XPath] ok 28 - is_xpath() did not blow up [XML::XPath] ok 29 - is_xpath() /foo/bish/bosh is pub [XML::XPath] ok 30 - is_xpath() did not blow up [XML::XPath] ok 31 - is_xpath() /foo/@attrib is 1 [XML::XPath] ok 32 - is_xpath() did not blow up [XML::XPath] ok 33 - is_xpath() /foo/bish/bosh/@args is 42 [XML::XPath] ok 34 - is_xpath() did not blow up [XML::XPath] ok All tests successful, 1 test skipped. Files=8, Tests=62, 3 wallclock secs ( 1.65 cusr + 0.39 csys = 2.04 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/Test/XML.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Test/XML/SAX.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Test/XML/Twig.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Test/XML/XPath.html Installing /Users/cpanrun/build/5.10.0/site/lib/Test/XML.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Test/XML/SAX.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Test/XML/Twig.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Test/XML/XPath.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Test::XML.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Test::XML::SAX.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Test::XML::Twig.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Test::XML::XPath.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod