PATH=/usr/bin:/bin:/home/fly1400/var/megalib/bin Start 2013-12-19T00:04:40 ActivePerl-1400 CPAN-2.00 Reading '/home/fly1400/var/cpan/Metadata' Database was generated on Thu, 19 Dec 2013 07:08:22 GMT Running make for I/ID/IDOPEREL/MQUL-0.004.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/I/ID/IDOPEREL/MQUL-0.004.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/I/ID/IDOPEREL/CHECKSUMS Checksum for /home/fly1400/var/cpan/sources/authors/id/I/ID/IDOPEREL/MQUL-0.004.tar.gz ok MQUL-0.004 MQUL-0.004/README MQUL-0.004/Changes MQUL-0.004/LICENSE MQUL-0.004/INSTALL MQUL-0.004/dist.ini MQUL-0.004/META.yml MQUL-0.004/MANIFEST MQUL-0.004/META.json MQUL-0.004/SIGNATURE MQUL-0.004/lib MQUL-0.004/lib/MQUL.pm MQUL-0.004/t MQUL-0.004/t/00-load.t MQUL-0.004/Makefile.PL MQUL-0.004/MANIFEST.SKIP MQUL-0.004/t/02-updating.t MQUL-0.004/t/01-querying.t MQUL-0.004/lib/MQUL MQUL-0.004/lib/MQUL/Reference.pod /bin/tar: Read 8704 bytes from - MQUL-0.004/t/release-pod-syntax.t MQUL-0.004/t/release-pod-coverage.t MQUL-0.004/t/release-dist-manifest.t CPAN.pm: Building I/ID/IDOPEREL/MQUL-0.004.tar.gz >>> /home/fly1400/ap1400/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MQUL Writing MYMETA.yml and MYMETA.json >>> make cp lib/MQUL.pm blib/lib/MQUL.pm cp lib/MQUL/Reference.pod blib/lib/MQUL/Reference.pod Manifying blib/man3/MQUL.3 Manifying blib/man3/MQUL::Reference.3 IDOPEREL/MQUL-0.004.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1400/ap1400/bin/perl-static "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing MQUL 0.004, Perl 5.014000, /home/fly1400/ap1400/bin/perl-static t/00-load.t ................ 1..1 ok 1 - use MQUL; ok t/01-querying.t ............ 1..73 ok 1 - doc_matches() fails when no document is given. ok 2 - doc_matches() fails when a scalar is given for a document. ok 3 - doc_matches() fails when a non-hash reference is given for a document. ok 4 - doc_matches() fails when a scalar is given for the query. 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 t/02-updating.t ............ 1..20 ok 1 - update_doc() fails when nothing is given. ok 2 - update_doc() fails when a scalar is given for a document. ok 3 - update_doc() fails when a non-hash reference is given for a document. ok 4 - update_doc() fails when no update hash-ref is given. 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 ok t/release-dist-manifest.t .. skipped: these tests are for release candidate testing t/release-pod-coverage.t ... skipped: these tests are for release candidate testing t/release-pod-syntax.t ..... skipped: these tests are for release candidate testing All tests successful. Files=6, Tests=94, 5 wallclock secs ( 0.05 usr 0.02 sys + 0.60 cusr 0.09 csys = 0.76 CPU) Result: PASS IDOPEREL/MQUL-0.004.tar.gz make test TEST_VERBOSE=1 -- OK Ido Perlmuter <ido@ido50.net> General purpose, MongoDB-style query and update language >>> (cd /home/fly1400/var/cpan/build/MQUL-0.004-6X_0e8 && tar cvf - MQUL-0.004.ppd blib) | gzip -c >/home/fly1400/var/REPO/I/ID/IDOPEREL/MQUL-0.004.tar.gz MQUL-0.004.ppd blib/ blib/lib/ blib/lib/MQUL.pm blib/lib/MQUL/ blib/lib/MQUL/Reference.pod blib/man3/ blib/man3/MQUL.3 blib/man3/MQUL::Reference.3 >>> mv /home/fly1400/var/cpan/build/MQUL-0.004-6X_0e8/MQUL-0.004.ppd /home/fly1400/var/REPO/I/ID/IDOPEREL VmSize: 242056 kB Finished 2013-12-19T00:05:02