Start 2008-09-12T06:08:49 Going to read /home/cpanfly/var/cpan/Metadata Database was generated on Fri, 12 Sep 2008 10:02:50 GMT Running make for Z/ZA/ZAPHAR/DB-CouchDB-Schema-0.3_fix_tests.tar.gz Checksum for /net/nas/data/cpan/authors/id/Z/ZA/ZAPHAR/DB-CouchDB-Schema-0.3_fix_tests.tar.gz ok DB-CouchDB-Schema-0.3/ DB-CouchDB-Schema-0.3/.TODO.swp DB-CouchDB-Schema-0.3/inc/ DB-CouchDB-Schema-0.3/inc/Module/ DB-CouchDB-Schema-0.3/inc/Module/AutoInstall.pm DB-CouchDB-Schema-0.3/inc/Module/Install/ DB-CouchDB-Schema-0.3/inc/Module/Install/AutoInstall.pm DB-CouchDB-Schema-0.3/inc/Module/Install/Base.pm DB-CouchDB-Schema-0.3/inc/Module/Install/Can.pm DB-CouchDB-Schema-0.3/inc/Module/Install/Fetch.pm DB-CouchDB-Schema-0.3/inc/Module/Install/Include.pm DB-CouchDB-Schema-0.3/inc/Module/Install/Makefile.pm DB-CouchDB-Schema-0.3/inc/Module/Install/Metadata.pm DB-CouchDB-Schema-0.3/inc/Module/Install/Win32.pm DB-CouchDB-Schema-0.3/inc/Module/Install/WriteAll.pm DB-CouchDB-Schema-0.3/inc/Module/Install.pm DB-CouchDB-Schema-0.3/lib/ DB-CouchDB-Schema-0.3/lib/DB/ DB-CouchDB-Schema-0.3/lib/DB/CouchDB/ DB-CouchDB-Schema-0.3/lib/DB/CouchDB/Iter.pod DB-CouchDB-Schema-0.3/lib/DB/CouchDB/Result.pod DB-CouchDB-Schema-0.3/lib/DB/CouchDB/Schema.pm DB-CouchDB-Schema-0.3/lib/DB/CouchDB.pm DB-CouchDB-Schema-0.3/lib/Test/ DB-CouchDB-Schema-0.3/lib/Test/Mock/ DB-CouchDB-Schema-0.3/lib/Test/Mock/CouchDBSchema.pm DB-CouchDB-Schema-0.3/Makefile.PL DB-CouchDB-Schema-0.3/MANIFEST DB-CouchDB-Schema-0.3/META.yml DB-CouchDB-Schema-0.3/README DB-CouchDB-Schema-0.3/script/ DB-CouchDB-Schema-0.3/script/couch_schema_tool.pl DB-CouchDB-Schema-0.3/script/functional.pl DB-CouchDB-Schema-0.3/t/ DB-CouchDB-Schema-0.3/t/01-db-couchdb.t DB-CouchDB-Schema-0.3/t/02-db-couchdb_iter.t DB-CouchDB-Schema-0.3/t/03-couch-schema.t DB-CouchDB-Schema-0.3/TODO CPAN.pm: Going to build Z/ZA/ZAPHAR/DB-CouchDB-Schema-0.3_fix_tests.tar.gz >>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL Cannot determine perl version info from lib/DB/CouchDB/Schema.pm Cannot determine author info from lib/DB/CouchDB/Schema.pm Cannot determine license info from lib/DB/CouchDB/Schema.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - JSON ...loaded. (2.12) - Getopt::Long ...loaded. (2.37) - LWP::UserAgent ...loaded. (5.814) - Moose ...loaded. (0.57 >= 0.57) - Carp ...loaded. (1.08) - URI ...loaded. (1.37) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for DB::CouchDB::Schema >>> make cp lib/Test/Mock/CouchDBSchema.pm blib/lib/Test/Mock/CouchDBSchema.pm cp lib/DB/CouchDB/Iter.pod blib/lib/DB/CouchDB/Iter.pod cp lib/DB/CouchDB/Schema.pm blib/lib/DB/CouchDB/Schema.pm cp lib/DB/CouchDB.pm blib/lib/DB/CouchDB.pm cp lib/DB/CouchDB/Result.pod blib/lib/DB/CouchDB/Result.pod cp script/couch_schema_tool.pl blib/script/couch_schema_tool.pl /home/cpanfly/ap1003/bin/perl-static "-Iinc" "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/couch_schema_tool.pl Manifying blib/man3/Test::Mock::CouchDBSchema.3 Manifying blib/man3/DB::CouchDB::Schema.3 Manifying blib/man3/DB::CouchDB::Iter.3 Manifying blib/man3/DB::CouchDB::Result.3 Manifying blib/man3/DB::CouchDB.3 ZAPHAR/DB-CouchDB-Schema-0.3_fix_tests.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/01-db-couchdb.t t/02-db-couchdb_iter.t t/03-couch-schema.t t/01-db-couchdb......... 1..29 ok 1 - use DB::CouchDB; ok 2 - DB::CouchDB->can('new') ok 3 - the domain has been stored ok 4 - the port defaulted correctly ok 5 - DB::CouchDB->can('uri') ok 6 - The object isa URI ok 7 - DB::CouchDB->can('_uri_all_dbs') ok 8 - the all dbs uri is correct ok 9 - DB::CouchDB->can('_uri_db') ok 10 - the db uri is correct ok 11 - DB::CouchDB->can('_uri_db_docs') ok 12 - the db all docs uri is correct ok 13 - DB::CouchDB->can('_uri_db_doc') ok 14 - the db doc uri is correct ok 15 - DB::CouchDB->can('_uri_db_bulk_doc') ok 16 - the db bulk doc uri is correct ok 17 - DB::CouchDB->can('_uri_db_view') ok 18 - the db bulk doc uri is correct ok 19 - DB::CouchDB->can('_call') ok 20 - The object isa JSON ok 21 - the json serializer allow_blessed defaults to true ok 22 - the json serializer allow_blessed defaults to true ok 23 - DB::CouchDB->can('handle_blessed') ok 24 - The object isa DB::CouchDB ok 25 - the json serializer allow_blessed is true ok 26 - the json serializer allow_blessed is true ok 27 - the json serializer allow_blessed is not true ok 28 - the json serializer allow_blessed is not true ok 29 - DB::CouchDB->can(...) ok t/02-db-couchdb_iter.... 1..8 ok 1 - DB::CouchDB::Iter->can(...) ok 2 - count matches ok 3 - offset matches ok 4 - data matches ok 5 - next returns first result ok 6 - next_for_key returns first bar result ok 7 - errors have an error ok 8 - errors have an errstr ok t/03-couch-schema....... 1..4 ok 1 - use DB::CouchDB::Schema; ok 2 - DB::CouchDB::Schema->can(...) ok 3 - DB::CouchDB::Schema->can(...) ok 4 - the created method delegates properly ok All tests successful. Files=3, Tests=41, 1 wallclock secs ( 0.00 usr 0.02 sys + 0.30 cusr 0.11 csys = 0.43 CPU) Result: PASS ZAPHAR/DB-CouchDB-Schema-0.3_fix_tests.tar.gz make test TEST_VERBOSE=1 -- OK DISTNAME-VERSION 'DB-CouchDB-Schema-0.3' found in META.yml is bogus, ignoring at /home/cpanfly/lib/Fly/MakePPD.pm line 131. Picked up abstract from lib/DB/CouchDB/Schema.pm Jeremy Wall <jeremy@marzhillstudios.com> A Schema driven CouchDB module >>> (cd /home/cpanfly/var/cpan/build/DB-CouchDB-Schema-0.3-ls4f00 && tar cvf - DB-CouchDB-Schema-0.3_fix_tests.ppd blib) | gzip -c >/home/cpanfly/var/REPO/Z/ZA/ZAPHAR/DB-CouchDB-Schema-0.3_fix_tests.tar.gz DB-CouchDB-Schema-0.3_fix_tests.ppd blib/ blib/lib/ blib/lib/DB/ blib/lib/DB/CouchDB.pm blib/lib/DB/CouchDB/ blib/lib/DB/CouchDB/Iter.pod blib/lib/DB/CouchDB/Result.pod blib/lib/DB/CouchDB/Schema.pm blib/lib/Test/ blib/lib/Test/Mock/ blib/lib/Test/Mock/CouchDBSchema.pm blib/man3/ blib/man3/DB::CouchDB::Iter.3 blib/man3/DB::CouchDB::Result.3 blib/man3/Test::Mock::CouchDBSchema.3 blib/man3/DB::CouchDB.3 blib/man3/DB::CouchDB::Schema.3 blib/script/ blib/script/couch_schema_tool.pl >>> mv /home/cpanfly/var/cpan/build/DB-CouchDB-Schema-0.3-ls4f00/DB-CouchDB-Schema-0.3_fix_tests.ppd /home/cpanfly/var/REPO/Z/ZA/ZAPHAR Finished 2008-09-12T06:08:52