PATH=C:\cpanfly-5.24-64\var\megalib\bin;C:\Perl-5.24-64\site\bin;C:\Perl-5.24-64\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\instantclient_11_2-64;C:\cpanfly-5.24-64\var\megalib\bin;C:\Perl-5.24-64\site\bin;C:\Perl-5.24-64\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\instantclient_11_2-64;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\Program Files (x86)\CMake\bin Start 2016-06-14T20:33:00 ActivePerl-2400 CPAN-2.10 PATH=C:/CPANFL~1.24-/var/libs/bin;C:\CPANFL~1.24-\var\megalib\bin;C:\PERL-5~1.24-\site\bin;C:\PERL-5~1.24-\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\INSTAN~1;C:\CPANFL~1.24-\var\megalib\bin;C:\PERL-5~1.24-\site\bin;C:\PERL-5~1.24-\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\INSTAN~1;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WINDOW~1\v1.0\;C:\PROGRA~1\Git\cmd;C:\PROGRA~2\CMake\bin Reading 'C:\cpanfly-5.24-64\var\cpan\Metadata' Database was generated on Tue, 14 Jun 2016 05:41:02 GMT Checksum for C:\cpanfly-5.24-64\var\cpan\sources\authors\id\N\NE\NEILB\XML-Compare-0.05.tar.gz ok XML-Compare-0.05/ XML-Compare-0.05/Changes XML-Compare-0.05/dist.ini XML-Compare-0.05/lib/ XML-Compare-0.05/LICENSE XML-Compare-0.05/Makefile.PL XML-Compare-0.05/MANIFEST XML-Compare-0.05/META.json XML-Compare-0.05/META.yml XML-Compare-0.05/README XML-Compare-0.05/t/ XML-Compare-0.05/t/00-load.t XML-Compare-0.05/t/01-basic.t XML-Compare-0.05/t/02-attribute.t XML-Compare-0.05/t/03-comments.t XML-Compare-0.05/t/04-exceptions.t XML-Compare-0.05/t/05-cdata.t XML-Compare-0.05/t/50-load.t XML-Compare-0.05/t/51-basic.t XML-Compare-0.05/t/52-attribute.t XML-Compare-0.05/t/53-comments.t XML-Compare-0.05/t/55-cdata.t XML-Compare-0.05/t/pod-coverage.t XML-Compare-0.05/t/pod.t XML-Compare-0.05/lib/Test/ XML-Compare-0.05/lib/XML/ XML-Compare-0.05/lib/XML/Compare.pm XML-Compare-0.05/lib/Test/XML/ XML-Compare-0.05/lib/Test/XML/Compare.pm Configuring N/NE/NEILB/XML-Compare-0.05.tar.gz with Makefile.PL >>> C:\Perl-5.24-64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for XML::Compare Writing MYMETA.yml and MYMETA.json NEILB/XML-Compare-0.05.tar.gz C:\Perl-5.24-64\bin\perl.exe Makefile.PL -- OK Running make for N/NE/NEILB/XML-Compare-0.05.tar.gz >>> dmake cp lib/Test/XML/Compare.pm blib\lib\Test\XML\Compare.pm cp lib/XML/Compare.pm blib\lib\XML\Compare.pm NEILB/XML-Compare-0.05.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 "C:\Perl-5.24-64\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # Testing XML::Compare 0.05, Perl 5.024000, C:\Perl-5.24-64\bin\perl.exe, XML::LibXML 2.0125 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 Redundant argument in sprintf at C:\cpanfly-5.24-64\var\tmp\cpan_build\XML-Compare-0.05-NctrzT\blib\lib/XML/Compare.pm line 103. 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.05, Perl 5.024000, C:\Perl-5.24-64\bin\perl.exe, XML::LibXML 2.0125 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 t/pod.t ............ 1..2 ok 1 - POD test for blib/lib/Test/XML/Compare.pm ok 2 - POD test for blib/lib/XML/Compare.pm ok All tests successful. Files=13, Tests=71, 4 wallclock secs ( 0.06 usr + 0.05 sys = 0.11 CPU) Result: PASS NEILB/XML-Compare-0.05.tar.gz dmake test TEST_VERBOSE=1 -- OK Neil Bowers <neil@bowers.com> Test if two XML documents semantically the same >>> (cd C:\cpanfly-5.24-64\var\tmp\cpan_build\XML-Compare-0.05-NctrzT && tar cvf - XML-Compare-0.05.ppd blib) | gzip -c >C:/cpanfly-5.24-64/var/REPO/N/NE/NEILB/XML-Compare-0.05.tar.gz XML-Compare-0.05.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 Finished 2016-06-14T20:33:16