PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\cygwin\bin;C:\cpanfly-5.16\var\megalib\bin;C:\Perl64-5.16\site\bin;C:\Perl64-5.16\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\PROGRA~2\Perforce;C:\instantclient_11_2;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Start 2015-11-28T02:19:10 ActivePerl-1600 CPAN-2.00 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:/CPANFL~1.16/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\cygwin\bin;C:\CPANFL~1.16\var\megalib\bin;C:\Perl64-5.16\site\bin;C:\Perl64-5.16\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\INSTAN~1;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Reading 'C:\cpanfly-5.16\var\cpan\Metadata' Database was generated on Sat, 28 Nov 2015 04:53:37 GMT Running make for N/NE/NEILB/XML-Compare-0.05.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/N/NE/NEILB/XML-Compare-0.05.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/N/NE/NEILB/CHECKSUMS Checksum for C:\cpanfly-5.16\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 CPAN.pm: Building N/NE/NEILB/XML-Compare-0.05.tar.gz >>> C:\Perl64-5.16\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a nmake-style Makefile Writing Makefile for XML::Compare Writing MYMETA.yml and MYMETA.json >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/XML/Compare.pm blib\lib\XML\Compare.pm cp lib/Test/XML/Compare.pm blib\lib\Test\XML\Compare.pm NEILB/XML-Compare-0.05.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. "C:\Perl64-5.16\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.016000, C:\Perl64-5.16\bin\perl.exe, XML::LibXML 2.0111 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.05, Perl 5.016000, C:\Perl64-5.16\bin\perl.exe, XML::LibXML 2.0111 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.09 usr + 0.03 sys = 0.12 CPU) Result: PASS NEILB/XML-Compare-0.05.tar.gz nmake test TEST_VERBOSE=1 -- OK Neil Bowers <neil@bowers.com> Test if two XML documents semantically the same >>> (cd C:\cpanfly-5.16\var\cpan\build\XML-Compare-0.05-nthiat && tar cvf - XML-Compare-0.05.ppd blib) | gzip -c >C:/cpanfly-5.16/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 >>> mv C:\cpanfly-5.16\var\cpan\build\XML-Compare-0.05-nthiat/XML-Compare-0.05.ppd C:/cpanfly-5.16/var/REPO/N/NE/NEILB Finished 2015-11-28T02:19:21