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-01-20T02:41:08 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 Tue, 20 Jan 2015 08:53:20 GMT Running make for I/ID/IDOPEREL/MQUL-1.000000.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/I/ID/IDOPEREL/MQUL-1.000000.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/I/ID/IDOPEREL/CHECKSUMS Checksum for C:\cpanfly-5.16\var\cpan\sources\authors\id\I\ID\IDOPEREL\MQUL-1.000000.tar.gz ok MQUL-1.000000 MQUL-1.000000/TODO MQUL-1.000000/README MQUL-1.000000/Changes MQUL-1.000000/LICENSE MQUL-1.000000/INSTALL MQUL-1.000000/dist.ini MQUL-1.000000/MANIFEST MQUL-1.000000/META.json MQUL-1.000000/SIGNATURE MQUL-1.000000/lib MQUL-1.000000/lib/MQUL.pm MQUL-1.000000/t MQUL-1.000000/t/00-load.t MQUL-1.000000/Makefile.PL MQUL-1.000000/MANIFEST.SKIP MQUL-1.000000/t/02-updating.t MQUL-1.000000/t/01-querying.t MQUL-1.000000/lib/MQUL MQUL-1.000000/lib/MQUL/Reference.pod MQUL-1.000000/t/release-dist-manifest.t CPAN.pm: Building I/ID/IDOPEREL/MQUL-1.000000.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 MQUL 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/MQUL.pm blib\lib\MQUL.pm cp lib/MQUL/Reference.pod blib\lib\MQUL\Reference.pod IDOPEREL/MQUL-1.000000.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 UNIVERSAL->import is deprecated and will be removed in a future perl at C:/cpanfly-5.16/var/megalib/Data/Compare/Plugins/Data/Transactional.pm line 7. # Testing MQUL 1, Perl 5.016000, C:\Perl64-5.16\bin\perl.exe t\00-load.t ................ 1..1 ok 1 - use MQUL; ok UNIVERSAL->import is deprecated and will be removed in a future perl at C:/cpanfly-5.16/var/megalib/Data/Compare/Plugins/Data/Transactional.pm line 7. # Failed test 'doc_matches() fails when no document is given.' # at t\01-querying.t line 9. # got: undef # expected: 'MQUL::doc_matches() requires a document hash-ref.' # Failed test 'doc_matches() fails when a scalar is given for a document.' # at t\01-querying.t line 13. # got: undef # expected: 'MQUL::doc_matches() requires a document hash-ref.' # Failed test 'doc_matches() fails when a non-hash reference is given for a document.' # at t\01-querying.t line 17. # got: undef # expected: 'MQUL::doc_matches() requires a document hash-ref.' # Failed test 'doc_matches() fails when a scalar is given for the query.' # at t\01-querying.t line 21. # got: undef # expected: 'MQUL::doc_matches() expects a query hash-ref.' # Failed test 'doc_matches() fails when a non-hash reference is given for the query.' # at t\01-querying.t line 25. # got: undef # expected: 'MQUL::doc_matches() expects a query hash-ref.' # Looks like you failed 5 tests of 92. t\01-querying.t ............ 1..92 not ok 1 - doc_matches() fails when no document is given. not ok 2 - doc_matches() fails when a scalar is given for a document. not ok 3 - doc_matches() fails when a non-hash reference is given for a document. not ok 4 - doc_matches() fails when a scalar is given for the query. not ok 5 - doc_matches() fails when a non-hash reference is given for the query. ok 6 - doc_matches() returns true when no query is given. ok 7 - doc_matches() returns true when an empty query is given. ok 8 - simple equality works ok 9 - simple equality does not match erroneously ok 10 - simple regex works ok 11 - simple regex does not match erroneously ok 12 - deep hash equality works ok 13 - deep array equality works ok 14 - really deep hash works ok 15 - simple non-equality works ok 16 - simple $gt works ok 17 - simple $gt does not match erroneously ok 18 - simple $gte works ok 19 - simple $gte does not match erroneously ok 20 - simple $lt works ok 21 - simple $lt does not match erroneously ok 22 - simple $lte works ok 23 - simple $lte does not match erroneously ok 24 - simple $exists works ok 25 - simple $exists does not match erroneously ok 26 - simple not $exists works ok 27 - simple not $exists does not match erroneously ok 28 - simple $mod works ok 29 - simple $mod does not match erroneously ok 30 - simple $in works ok 31 - simple $in does not match erroneously ok 32 - simple $nin works ok 33 - simple $nin does not match erroneously ok 34 - simple $size works ok 35 - simple $size does not match erroneously ok 36 - simple $all works ok 37 - simple $all does not match erroneously ok 38 - positive integers match ok 39 - negative integers match ok 40 - whole numbers match ok 41 - negative integers do not match as wholes ok 42 - positive floats match ok 43 - negative floats match ok 44 - positive real numbers match ok 45 - negative real numbers match ok 46 - strings match ok 47 - arrays match ok 48 - hashes match ok 49 - booleans match ok 50 - w3c formatted dates match ok 51 - nulls (undefs) match ok 52 - regexes match ok 53 - floats don't match as integers ok 54 - numbers can match as strings ok 55 - arrays don't match as hashes ok 56 - improperly formatted dates don't match ok 57 - false values don't match as nulls ok 58 - complex \#1 okay ok 59 - complex \#2 okay ok 60 - complex \#3 okay ok 61 - $or \#1 works ok 62 - $or \#2 works ok 63 - $or \#3 works ok 64 - $or \#4 works ok 65 - $or \#5 works ok 66 - or \#6 works ok 67 - or \#7 works ok 68 - or \#8 works ok 69 - or \#9 works ok 70 - min() seems to work with simple equality ok 71 - max() seems to work with simple equality ok 72 - max() seems to work with complex ranging ok 73 - abs() seems to work ok 74 - dot notation works on simple nested hash ok 75 - dot notation doesn't die on long nesting that doesn't exist ok 76 - dot notation gets correct size of array ok 77 - dot notation doesn't die on bad nesting ok 78 - dot notation works with arrays \#1 ok 79 - dot notation works with arrays \#2 ok 80 - dot notation works with arrays of hashes \#1 ok 81 - dot notation works with arrays of hashes \#2 ok 82 - dot notation works with multiple complex queries ok 83 - dot notation works with $or queries \#1 ok 84 - dot notation works with $or queries \#2 ok 85 - dot notation works with simple abs() ok 86 - dot notation works with max() \#1 ok 87 - dot notation works with max() \#2 ok 88 - dot notation works with functions and arrays \#1 ok 89 - dot notation works with functions and arrays \#2 ok 90 - dot notation returns proper types ok 91 - max with dot notation from different fields works ok 92 - max with dot notation from different fields works Dubious, test returned 5 (wstat 1280, 0x500) Failed 5/92 subtests UNIVERSAL->import is deprecated and will be removed in a future perl at C:/cpanfly-5.16/var/megalib/Data/Compare/Plugins/Data/Transactional.pm line 7. # Failed test 'update_doc() fails when nothing is given.' # at t\02-updating.t line 9. # got: undef # expected: 'MQUL::update_doc() requires a document hash-ref.' # Failed test 'update_doc() fails when a scalar is given for a document.' # at t\02-updating.t line 13. # got: undef # expected: 'MQUL::update_doc() requires a document hash-ref.' # Failed test 'update_doc() fails when a non-hash reference is given for a document.' # at t\02-updating.t line 17. # got: undef # expected: 'MQUL::update_doc() requires a document hash-ref.' # Failed test 'update_doc() fails when no update hash-ref is given.' # at t\02-updating.t line 21. # got: undef # expected: 'MQUL::update_doc() requires an update hash-ref.' # Failed test 'update_doc() fails when a non-hash reference is given for the update.' # at t\02-updating.t line 25. # got: undef # expected: 'MQUL::update_doc() requires an update hash-ref.' # Looks like you failed 5 tests of 20. t\02-updating.t ............ 1..20 not ok 1 - update_doc() fails when nothing is given. not ok 2 - update_doc() fails when a scalar is given for a document. not ok 3 - update_doc() fails when a non-hash reference is given for a document. not ok 4 - update_doc() fails when no update hash-ref is given. not ok 5 - update_doc() fails when a non-hash reference is given for the update. ok 6 - replacement update works ok 7 - $inc works ok 8 - $set works ok 9 - $unset works ok 10 - $rename works ok 11 - $push works ok 12 - $pushAll works ok 13 - $addToSet works ok 14 - $addToSet works ok 15 - $pop works ok 16 - $shift works ok 17 - $splice works ok 18 - $pull works ok 19 - $pullAll works ok 20 - complex \#1 works Dubious, test returned 5 (wstat 1280, 0x500) Failed 5/20 subtests t\release-dist-manifest.t .. skipped: these tests are for release candidate testing Test Summary Report ------------------- t\01-querying.t (Wstat: 1280 Tests: 92 Failed: 5) Failed tests: 1-5 Non-zero exit status: 5 t\02-updating.t (Wstat: 1280 Tests: 20 Failed: 5) Failed tests: 1-5 Non-zero exit status: 5 Files=4, Tests=113, 2 wallclock secs ( 0.08 usr + 0.00 sys = 0.08 CPU) Result: FAIL Failed 2/4 test programs. 10/113 subtests failed. NMAKE : fatal error U1077: '"C:\Perl64-5.16\bin\perl.exe"' : return code '0xff' Stop. IDOPEREL/MQUL-1.000000.tar.gz nmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports IDOPEREL/MQUL-1.000000.tar.gz Finished 2015-01-20T02:41:15