Start 2009-12-16T06:28:03 ActivePerl-1003 CPAN-1.9402 Going to read '/Users/fly1003/var/cpan/Metadata' Database was generated on Tue, 15 Dec 2009 22:06:58 GMT Running make for S/SA/SAMV/XML-Compare-0.02.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/SA/SAMV/XML-Compare-0.02.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/SA/SAMV/CHECKSUMS Checksum for /Users/fly1003/var/cpan/sources/authors/id/S/SA/SAMV/XML-Compare-0.02.tar.gz ok Will not use Archive::Tar, need 1.00 XML-Compare-0.02/ XML-Compare-0.02/t/ XML-Compare-0.02/t/52-attribute.t XML-Compare-0.02/t/01-basic.t XML-Compare-0.02/t/pod.t XML-Compare-0.02/t/51-basic.t XML-Compare-0.02/t/02-attribute.t XML-Compare-0.02/t/03-comments.t XML-Compare-0.02/t/50-load.t XML-Compare-0.02/t/04-exceptions.t XML-Compare-0.02/t/00-load.t XML-Compare-0.02/t/53-comments.t XML-Compare-0.02/t/pod-coverage.t XML-Compare-0.02/inc/ XML-Compare-0.02/inc/Sub/ XML-Compare-0.02/inc/Sub/Uplevel.pm XML-Compare-0.02/inc/Test/ XML-Compare-0.02/inc/Test/Exception.pm XML-Compare-0.02/inc/Module/ XML-Compare-0.02/inc/Module/Install/ XML-Compare-0.02/inc/Module/Install/Can.pm XML-Compare-0.02/inc/Module/Install/Base.pm XML-Compare-0.02/inc/Module/Install/Win32.pm XML-Compare-0.02/inc/Module/Install/WriteAll.pm XML-Compare-0.02/inc/Module/Install/AutoInstall.pm XML-Compare-0.02/inc/Module/Install/Makefile.pm XML-Compare-0.02/inc/Module/Install/Fetch.pm XML-Compare-0.02/inc/Module/Install/Include.pm XML-Compare-0.02/inc/Module/Install/Metadata.pm XML-Compare-0.02/inc/Module/Install.pm XML-Compare-0.02/inc/Module/AutoInstall.pm XML-Compare-0.02/lib/ XML-Compare-0.02/lib/XML/ XML-Compare-0.02/lib/XML/Compare.pm XML-Compare-0.02/lib/Test/ XML-Compare-0.02/lib/Test/XML/ XML-Compare-0.02/lib/Test/XML/Compare.pm XML-Compare-0.02/SIGNATURE XML-Compare-0.02/COPYING.txt XML-Compare-0.02/README XML-Compare-0.02/Changes XML-Compare-0.02/MANIFEST.SKIP XML-Compare-0.02/Makefile.PL XML-Compare-0.02/META.yml XML-Compare-0.02/MANIFEST CPAN.pm: Going to build S/SA/SAMV/XML-Compare-0.02.tar.gz >>> /Users/fly1003/bin/perl Makefile.PL Cannot determine perl version info from lib/XML/Compare.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... *** Since we're running under CPAN, I'll just let it take care of the dependency's installation later. [Core Features] - Test::More ...loaded. (0.94) - Test::Builder::Tester ...loaded. (1.18) - Test::Exception ...loaded. (0.27) - XML::LibXML ...loaded. (1.69 >= 1.58) - Any::Moose ...loaded. (0.11) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for XML::Compare >>> make cp lib/XML/Compare.pm blib/lib/XML/Compare.pm cp lib/Test/XML/Compare.pm blib/lib/Test/XML/Compare.pm Manifying blib/man3/XML::Compare.3 Manifying blib/man3/Test::XML::Compare.3 SAMV/XML-Compare-0.02.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1003/bin/perl "-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/50-load.t t/51-basic.t t/52-attribute.t t/53-comments.t t/pod-coverage.t t/pod.t # Testing XML::Compare 0.02, Perl 5.010000, /Users/fly1003/bin/perl, XML::LibXML 1.69 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 # Testing Test::XML::Compare 0.02, Perl 5.010000, /Users/fly1003/bin/perl, XML::LibXML 1.69 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/pod-coverage.t ... 1..2 ok 1 - Pod coverage on XML::Compare ok 2 - Pod coverage on Test::XML::Compare ok t/pod.t ............ 1..2 ok 1 - blib/lib/XML/Compare.pm ok 2 - blib/lib/Test/XML/Compare.pm ok All tests successful. Files=11, Tests=65, 4 wallclock secs ( 0.15 usr 0.18 sys + 2.64 cusr 0.60 csys = 3.57 CPU) Result: PASS SAMV/XML-Compare-0.02.tar.gz make test TEST_VERBOSE=1 -- OK Sam Vilain <sam@vilain.net> Test if two XML documents semantically the same >>> (cd /Users/fly1003/var/cpan/build/XML-Compare-0.02-j6AlY7 && tar cvf - XML-Compare-0.02.ppd blib) | gzip -c >/Users/fly1003/var/REPO/S/SA/SAMV/XML-Compare-0.02.tar.gz XML-Compare-0.02.ppd blib/ blib/lib/ blib/lib/Test/ blib/lib/Test/XML/ blib/lib/Test/XML/Compare.pm blib/lib/XML/ blib/lib/XML/Compare.pm blib/man3/ blib/man3/Test::XML::Compare.3 blib/man3/XML::Compare.3 >>> mv /Users/fly1003/var/cpan/build/XML-Compare-0.02-j6AlY7/XML-Compare-0.02.ppd /Users/fly1003/var/REPO/S/SA/SAMV Finished 2009-12-16T06:28:15