PATH=/usr/bin:/bin Start 2012-06-17T07:21:20 ActivePerl-1600 CPAN-1.9402 Going to read '/Users/fly1600/var/cpan/Metadata' Database was generated on Sun, 17 Jun 2012 08:51:03 GMT Running make for C/CH/CHILTS/XML-Compare-0.04.tar.gz Checksum for /net/nas/data/cpan/authors/id/C/CH/CHILTS/XML-Compare-0.04.tar.gz ok XML-Compare-0.04/ XML-Compare-0.04/MANIFEST.SKIP XML-Compare-0.04/Makefile.PL XML-Compare-0.04/COPYING.txt XML-Compare-0.04/SIGNATURE XML-Compare-0.04/t/ XML-Compare-0.04/t/53-comments.t XML-Compare-0.04/t/02-attribute.t XML-Compare-0.04/t/52-attribute.t XML-Compare-0.04/t/51-basic.t XML-Compare-0.04/t/03-comments.t XML-Compare-0.04/t/pod-coverage.t XML-Compare-0.04/t/pod.t XML-Compare-0.04/t/05-cdata.t XML-Compare-0.04/t/04-exceptions.t XML-Compare-0.04/t/55-cdata.t XML-Compare-0.04/t/50-load.t XML-Compare-0.04/t/01-basic.t XML-Compare-0.04/t/00-load.t XML-Compare-0.04/inc/ XML-Compare-0.04/inc/Module/ XML-Compare-0.04/inc/Module/Install.pm XML-Compare-0.04/inc/Module/Install/ XML-Compare-0.04/inc/Module/Install/Win32.pm XML-Compare-0.04/inc/Module/Install/Fetch.pm XML-Compare-0.04/inc/Module/Install/Can.pm XML-Compare-0.04/inc/Module/Install/WriteAll.pm XML-Compare-0.04/inc/Module/Install/Base.pm XML-Compare-0.04/inc/Module/Install/Makefile.pm XML-Compare-0.04/inc/Module/Install/Include.pm XML-Compare-0.04/inc/Module/Install/AutoInstall.pm XML-Compare-0.04/inc/Module/Install/Metadata.pm XML-Compare-0.04/inc/Module/AutoInstall.pm XML-Compare-0.04/inc/Sub/ XML-Compare-0.04/inc/Sub/Uplevel.pm XML-Compare-0.04/inc/Test/ XML-Compare-0.04/inc/Test/Exception.pm XML-Compare-0.04/README XML-Compare-0.04/META.yml XML-Compare-0.04/lib/ XML-Compare-0.04/lib/XML/ XML-Compare-0.04/lib/XML/Compare/ XML-Compare-0.04/lib/XML/Compare/Changes.pod XML-Compare-0.04/lib/XML/Compare.pm XML-Compare-0.04/lib/Test/ XML-Compare-0.04/lib/Test/XML/ XML-Compare-0.04/lib/Test/XML/Compare.pm XML-Compare-0.04/MANIFEST CPAN.pm: Going to build C/CH/CHILTS/XML-Compare-0.04.tar.gz >>> /Users/fly1600/ap1600/bin/perl-dynamic Makefile.PL Cannot determine perl version info from lib/XML/Compare.pm WARNING: 'All rights reserved' in copyright may invalidate Open Source license. *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.98) - Test::Builder::Tester ...loaded. (1.22) - Test::Exception ...loaded. (0.27) - XML::LibXML ...loaded. (1.99 >= 1.58) - Any::Moose ...loaded. (0.18) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for XML::Compare Writing MYMETA.yml and MYMETA.json >>> make cp lib/XML/Compare.pm blib/lib/XML/Compare.pm cp lib/Test/XML/Compare.pm blib/lib/Test/XML/Compare.pm cp lib/XML/Compare/Changes.pod blib/lib/XML/Compare/Changes.pod Manifying blib/man3/XML::Compare.3 Manifying blib/man3/Test::XML::Compare.3 Manifying blib/man3/XML::Compare::Changes.3 CHILTS/XML-Compare-0.04.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1600/ap1600/bin/perl-dynamic "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/01-basic.t t/02-attribute.t t/03-comments.t t/04-exceptions.t t/05-cdata.t t/50-load.t t/51-basic.t t/52-attribute.t t/53-comments.t t/55-cdata.t t/pod-coverage.t t/pod.t # Testing XML::Compare 0.04, Perl 5.016000, /Users/fly1600/ap1600/bin/perl-dynamic, XML::LibXML 1.99 t/00-load.t ........ 1..4 ok 1 - use XML::Compare; ok 2 - XML::Compare->can('same') ok 3 - XML::Compare->can('is_same') ok 4 - XML::Compare->can('is_different') ok t/01-basic.t ....... ok 1 - Basic ok 2 - Basic with TextNode ok 3 - Basic with NS ok 4 - Basic with implied NS ok 5 - Same Attributes ok 6 - Empty xmlns ok 7 - Empty xmlns in lower element ok 8 - Whitespace ambivalent ok 9 - Different Attributes (but ignored) ok 10 - Ignoring namespace-qualified elements ok 11 - Different Attributes ok 12 - Different Attributes exception ok 13 - Different Attributes ok 14 - Different Attributes exception ok 15 - Different Attribute value ok 16 - Different Attribute value exception ok 17 - Different element ok 18 - Different element exception ok 19 - Different node type ok 20 - Different node type exception ok 21 - Empty xmlns in lower element (not same) ok 22 - Empty xmlns in lower element (not same) exception ok 23 - Basic with implied NS - but strict ok 24 - Basic with implied NS - but strict exception ok 25 - Empty xmlns in lower element ok 26 - Empty xmlns in lower element exception ok 27 - Empty xmlns in upper element ok 28 - Empty xmlns in upper element exception ok 29 - TextNode differs ok 30 - TextNode differs exception 1..30 ok t/02-attribute.t ... 1..8 ok 1 - Some Attributes ok 2 - Same attributes (default namespace doesn't apply) ok 3 - Same attributes, namespace and no namespace ok 4 - Attributes with namespaces ok 5 - Same localname, different with namespaces ok 6 - Same attributes (using different namespaces) ok 7 - Different attributes ok 8 - Same attributes, different namespaces ok t/03-comments.t .... 1..1 ok 1 - Comment Ignored ok t/04-exceptions.t .. 1..2 ok 1 - Comment Ignored ok 2 - Comment Ignored (therefore different number of children) ok t/05-cdata.t ....... 1..3 ok 1 - Simple CDATA Section ok 2 - CDATA and Text Section ok 3 - Mish-mash of Text and CDATA Section ok # Testing Test::XML::Compare 0.04, Perl 5.016000, /Users/fly1600/ap1600/bin/perl-dynamic, XML::LibXML 1.99 t/50-load.t ........ 1..3 ok 1 - use Test::XML::Compare; ok 2 - Test::XML::Compare->can('is_xml_same') ok 3 - Test::XML::Compare->can('is_xml_different') ok t/51-basic.t ....... 1..5 ok 1 - Basic - test output OK ok 2 - Basic with TextNode - test output OK ok 3 - Basic with NS - test output OK ok 4 - Some Attributes - test output OK ok 5 - Some Attributes - test output OK ok t/52-attribute.t ... 1..7 ok 1 - Some Attributes ok 2 - Same attributes (default namespace doesn't apply) ok 3 - Same attributes, namespace and no namespace ok 4 - Attributes with namespaces ok 5 - Same localname, different with namespaces ok 6 - Same attributes (using different namespaces) ok 7 - Same attributes, different namespaces ok t/53-comments.t .... 1..1 ok 1 - Comment Ignored ok t/55-cdata.t ....... 1..3 ok 1 - Simple CDATA Section ok 2 - CDATA and Text Section ok 3 - Mish-mash of Text and CDATA Section ok t/pod-coverage.t ... 1..2 ok 1 - Pod coverage on XML::Compare ok 2 - Pod coverage on Test::XML::Compare ok # Failed test 'POD test for blib/lib/XML/Compare/Changes.pod' # at /Users/fly1600/var/megalib/Test/Pod.pm line 182. # blib/lib/XML/Compare/Changes.pod (45): Non-ASCII character seen before =encoding in 'Møøse'. Assuming UTF-8 # Looks like you failed 1 test of 3. t/pod.t ............ 1..3 ok 1 - POD test for blib/lib/XML/Compare.pm ok 2 - POD test for blib/lib/Test/XML/Compare.pm not ok 3 - POD test for blib/lib/XML/Compare/Changes.pod Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests Test Summary Report ------------------- t/pod.t (Wstat: 256 Tests: 3 Failed: 1) Failed test: 3 Non-zero exit status: 1 Files=13, Tests=72, 3 wallclock secs ( 0.06 usr 0.04 sys + 1.58 cusr 0.20 csys = 1.88 CPU) Result: FAIL Failed 1/13 test programs. 1/72 subtests failed. make: *** [test_dynamic] Error 1 CHILTS/XML-Compare-0.04.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports CHILTS/XML-Compare-0.04.tar.gz Finished 2012-06-17T07:21:29