Checking if your kit is complete... Looks good Warning: prerequisite XML::Parser 2.34 not found at /home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Writing Makefile for Test::XML cp lib/Test/XML/XPath.pm blib/lib/Test/XML/XPath.pm cp lib/Test/XML.pm blib/lib/Test/XML.pm cp lib/Test/XML/SAX.pm blib/lib/Test/XML/SAX.pm cp lib/Test/XML/Twig.pm blib/lib/Test/XML/Twig.pm Manifying blib/man3/Test::XML::XPath.3 Manifying blib/man3/Test::XML.3 Manifying blib/man3/Test::XML::SAX.3 Manifying blib/man3/Test::XML::Twig.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' 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..0 # Skip XML::SAX not present skipped: XML::SAX not present t/order.............1..3 not ok 1 - characters are not clustered # TODO make order significant # Failed (TODO) test (t/order.t at line 11) # Found no differences in processed XML: #

ace

not ok 2 - order is significant # TODO make order significant # Failed (TODO) test (t/order.t at 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 (t/order.t at line 23) # Found no differences in processed XML: #

FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/sax...............1..0 # Skip XML::SAX::Base not present skipped: XML::SAX::Base not present t/twig..............1..0 # Skip XML::Twig not present skipped: XML::Twig not present t/whitespace........1..1 not ok 1 - whitespace is significant # TODO make whitespace significant # Failed (TODO) test (t/whitespace.t at line 10) # Found no differences in processed XML: #

foo

FAILED test 1 Failed 1/1 tests, 0.00% okay t/xpath.............1..0 # Skip no available xpath processors skipped: no available xpath processors Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/order.t 3 3 100.00% 1-3 t/whitespace.t 1 1 100.00% 1 4 tests skipped. Failed 2/8 test scripts, 75.00% okay. 4/14 subtests failed, 71.43% okay. make: *** [test_dynamic] Error 29