Start 2008-10-11T12:01:33 Going to read /home/fly1003/var/cpan/Metadata Database was generated on Sat, 11 Oct 2008 08:27:49 GMT Running make for Z/ZA/ZAPHAR/DB-CouchDB-Schema-0.3.02.tar.gz Checksum for /net/nas/data/cpan/authors/id/Z/ZA/ZAPHAR/DB-CouchDB-Schema-0.3.02.tar.gz ok DB-CouchDB-Schema-0.3.02/ DB-CouchDB-Schema-0.3.02/inc/ DB-CouchDB-Schema-0.3.02/inc/Module/ DB-CouchDB-Schema-0.3.02/inc/Module/AutoInstall.pm DB-CouchDB-Schema-0.3.02/inc/Module/Install/ DB-CouchDB-Schema-0.3.02/inc/Module/Install/AutoInstall.pm DB-CouchDB-Schema-0.3.02/inc/Module/Install/Base.pm DB-CouchDB-Schema-0.3.02/inc/Module/Install/Can.pm DB-CouchDB-Schema-0.3.02/inc/Module/Install/Fetch.pm DB-CouchDB-Schema-0.3.02/inc/Module/Install/Include.pm DB-CouchDB-Schema-0.3.02/inc/Module/Install/Makefile.pm DB-CouchDB-Schema-0.3.02/inc/Module/Install/Metadata.pm DB-CouchDB-Schema-0.3.02/inc/Module/Install/Win32.pm DB-CouchDB-Schema-0.3.02/inc/Module/Install/WriteAll.pm DB-CouchDB-Schema-0.3.02/inc/Module/Install.pm DB-CouchDB-Schema-0.3.02/lib/ DB-CouchDB-Schema-0.3.02/lib/DB/ DB-CouchDB-Schema-0.3.02/lib/DB/CouchDB/ DB-CouchDB-Schema-0.3.02/lib/DB/CouchDB/Iter.pod DB-CouchDB-Schema-0.3.02/lib/DB/CouchDB/Result.pod DB-CouchDB-Schema-0.3.02/lib/DB/CouchDB/Schema.pm DB-CouchDB-Schema-0.3.02/lib/DB/CouchDB.pm DB-CouchDB-Schema-0.3.02/lib/Test/ DB-CouchDB-Schema-0.3.02/lib/Test/Mock/ DB-CouchDB-Schema-0.3.02/lib/Test/Mock/CouchDBSchema.pm DB-CouchDB-Schema-0.3.02/Makefile.PL DB-CouchDB-Schema-0.3.02/MANIFEST DB-CouchDB-Schema-0.3.02/META.yml DB-CouchDB-Schema-0.3.02/README DB-CouchDB-Schema-0.3.02/script/ DB-CouchDB-Schema-0.3.02/script/couch_schema_tool.pl DB-CouchDB-Schema-0.3.02/script/functional.pl DB-CouchDB-Schema-0.3.02/t/ DB-CouchDB-Schema-0.3.02/t/01-db-couchdb.t DB-CouchDB-Schema-0.3.02/t/02-db-couchdb_iter.t DB-CouchDB-Schema-0.3.02/t/03-couch-schema.t DB-CouchDB-Schema-0.3.02/t/04-mock_couch.t DB-CouchDB-Schema-0.3.02/TODO CPAN.pm: Going to build Z/ZA/ZAPHAR/DB-CouchDB-Schema-0.3.02.tar.gz >>> /home/fly1003/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] - Test::MockObject ...loaded. (1.09) - JSON ...loaded. (2.12) - Getopt::Long ...loaded. (2.37) - LWP::UserAgent ...loaded. (5.815) - Moose ...loaded. (0.58 >= 0.57) - Carp ...loaded. (1.08) - URI ...loaded. (1.37) - Pod::Usage ...loaded. (1.35) *** 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/fly1003/ap1003/bin/perl-static "-Iinc" "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/couch_schema_tool.pl Manifying blib/man1/couch_schema_tool.pl.1 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.02.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1003/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/04-mock_couch.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..12 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 5 - DB::CouchDB::Schema->can('dump_whole_db') ok 6 - DB::CouchDB::Schema->can('create_doc') ok 7 - the server is mocked ok 8 - create_doc with an id works ok 9 - create_doc with an id has the doc attributes ok 10 - create_doc without an id works ok 11 - create_doc without an id has the doc attributes ok 12 - DB::CouchDB::Schema->can('create_new_db') ok t/04-mock_couch......... 1..17 ok 1 - use Test::Mock::CouchDBSchema; ok 2 - Test::Mock::CouchDBSchema->can(...) ok 3 - Test::Mock::CouchDBSchema->can(...) ok 4 - The object isa Test::Mock::CouchDBSchema ok 5 - DB::CouchDB::Schema->can('foo_bar') ok 6 - successfully mocked view.return isa DB::CouchDB::Iter ok 7 - the fist bar value is the mocked return ok 8 - the the mocked method is registered ok 9 - Test::Mock::CouchDBSchema->can(...) ok 10 - The object isa Test::Mock::CouchDBSchema ok 11 - the the mocked method is no longer registered ok 12 - the view is no longer mocked ok 13 - attempt to unmock a method that is not mocked dies ok 14 - our schema is the same as the mock schema ok 15 - successfully mocked a document call ok 16 - Test::Mock::CouchDBSchema->can(...) ok 17 - successfully unmocked the doc ok All tests successful. Files=4, Tests=66, 2 wallclock secs ( 0.11 usr 0.02 sys + 1.60 cusr 0.13 csys = 1.86 CPU) Result: PASS ZAPHAR/DB-CouchDB-Schema-0.3.02.tar.gz make test TEST_VERBOSE=1 -- OK Picked up abstract from lib/DB/CouchDB/Schema.pm Jeremy Wall <jeremy@marzhillstudios.com> A Schema driven CouchDB module >>> (cd /home/fly1003/var/cpan/build/DB-CouchDB-Schema-0.3.02-zPtIB0 && tar cvf - DB-CouchDB-Schema-0.3.02.ppd blib) | gzip -c >/home/fly1003/var/REPO/Z/ZA/ZAPHAR/DB-CouchDB-Schema-0.3.02.tar.gz DB-CouchDB-Schema-0.3.02.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/man1/ blib/man1/couch_schema_tool.pl.1 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/fly1003/var/cpan/build/DB-CouchDB-Schema-0.3.02-zPtIB0/DB-CouchDB-Schema-0.3.02.ppd /home/fly1003/var/REPO/Z/ZA/ZAPHAR Megalib: Will not downgrade DB-CouchDB-Schema from v0.3_fix_tests to v0.3.02 at /home/fly1003/lib/Fly/Megalib.pm line 29. Finished 2008-10-11T12:01:43