Start 2009-01-05T09:29:43 Going to read /export/home/fly818/var/cpan/Metadata Database was generated on Mon, 05 Jan 2009 11:26:54 GMT Running make for E/EV/EVDB/Net-FreshBooks-API-0.01.tar.gz Checksum for /net/nas/data/cpan/authors/id/E/EV/EVDB/Net-FreshBooks-API-0.01.tar.gz ok Net-FreshBooks-API-0.01/ Net-FreshBooks-API-0.01/lib/ Net-FreshBooks-API-0.01/lib/Net/ Net-FreshBooks-API-0.01/lib/Net/FreshBooks/ Net-FreshBooks-API-0.01/lib/Net/FreshBooks/API/ Net-FreshBooks-API-0.01/lib/Net/FreshBooks/API/Base.pm Net-FreshBooks-API-0.01/lib/Net/FreshBooks/API/Client.pm Net-FreshBooks-API-0.01/lib/Net/FreshBooks/API/Invoice.pm Net-FreshBooks-API-0.01/lib/Net/FreshBooks/API/InvoiceLine.pm Net-FreshBooks-API-0.01/lib/Net/FreshBooks/API/Iterator.pm Net-FreshBooks-API-0.01/lib/Net/FreshBooks/API/Links.pm Net-FreshBooks-API-0.01/lib/Net/FreshBooks/API.pm Net-FreshBooks-API-0.01/Makefile.PL Net-FreshBooks-API-0.01/MANIFEST Net-FreshBooks-API-0.01/MANIFEST.SKIP Net-FreshBooks-API-0.01/META.yml Net-FreshBooks-API-0.01/t/ Net-FreshBooks-API-0.01/t/api.t Net-FreshBooks-API-0.01/t/base-parameters_to_request_xml.t Net-FreshBooks-API-0.01/t/base-response_xml_to_parameters.t Net-FreshBooks-API-0.01/t/client-create.t Net-FreshBooks-API-0.01/t/client-list.t Net-FreshBooks-API-0.01/t/config_sample.pl Net-FreshBooks-API-0.01/t/invoice-create.t Net-FreshBooks-API-0.01/t/live-connect.t Net-FreshBooks-API-0.01/t/live-test.t Net-FreshBooks-API-0.01/t/log4perl.conf Net-FreshBooks-API-0.01/t/test_data/ Net-FreshBooks-API-0.01/t/test_data/client.create.req.xml Net-FreshBooks-API-0.01/t/test_data/client.create.res.xml Net-FreshBooks-API-0.01/t/test_data/client.get.req.xml Net-FreshBooks-API-0.01/t/test_data/client.get.res.xml Net-FreshBooks-API-0.01/t/test_data/client.list.req.xml Net-FreshBooks-API-0.01/t/test_data/client.list.res.xml Net-FreshBooks-API-0.01/t/test_data/invoice.create.req.xml Net-FreshBooks-API-0.01/t/test_data/invoice.create.res.xml Net-FreshBooks-API-0.01/t/test_data/invoice.get.req.xml Net-FreshBooks-API-0.01/t/test_data/invoice.get.res.xml Net-FreshBooks-API-0.01/t/test_data/nested.req.xml Net-FreshBooks-API-0.01/TODO CPAN.pm: Going to build E/EV/EVDB/Net-FreshBooks-API-0.01.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Net::FreshBooks::API >>> make cp lib/Net/FreshBooks/API/Base.pm blib/lib/Net/FreshBooks/API/Base.pm cp lib/Net/FreshBooks/API.pm blib/lib/Net/FreshBooks/API.pm cp lib/Net/FreshBooks/API/Client.pm blib/lib/Net/FreshBooks/API/Client.pm cp lib/Net/FreshBooks/API/Links.pm blib/lib/Net/FreshBooks/API/Links.pm cp lib/Net/FreshBooks/API/Invoice.pm blib/lib/Net/FreshBooks/API/Invoice.pm cp lib/Net/FreshBooks/API/Iterator.pm blib/lib/Net/FreshBooks/API/Iterator.pm cp lib/Net/FreshBooks/API/InvoiceLine.pm blib/lib/Net/FreshBooks/API/InvoiceLine.pm Manifying blib/man3/Net::FreshBooks::API::Base.3 Manifying blib/man3/Net::FreshBooks::API.3 Manifying blib/man3/Net::FreshBooks::API::Iterator.3 Manifying blib/man3/Net::FreshBooks::API::Invoice.3 EVDB/Net-FreshBooks-API-0.01.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/api................................ 1..6 ok 1 - created the FB object ok 2 - Service URL as expected ok 3 - got the useragent ok 4 - agent string correctly set ok 5 - check that the correct credentials will be used ok 6 - check that the correct credentials will be used (with no realm) ok t/base-parameters_to_request_xml..... 1..4 ok 1 - use Net::FreshBooks::API::Client; ok 2 - client.list request ok 3 - nested request ok 4 - client.create request ok t/base-response_xml_to_parameters.... 1..4 ok 1 - use Net::FreshBooks::API::Client; ok 2 - client.create response ok 3 - client.list response ok 4 - client.get response ok t/client-create...................... 1..31 ok 1 - use Net::FreshBooks::API; ok 2 - created the FB object ok 3 - Got a client back ok 4 - The object isa Net::FreshBooks::API::Client ok 5 - xml sent was correct for create ok 6 - xml sent was correct for get ok 7 - got correct value for client_id ok 8 - got correct value for credit ok 9 - got correct value for email ok 10 - got correct value for fax ok 11 - got correct value for first_name ok 12 - got correct value for home_phone ok 13 - got correct value for last_name ok 14 - got correct value for mobile ok 15 - got correct value for notes ok 16 - got correct value for organization ok 17 - got correct value for p_city ok 18 - got correct value for p_code ok 19 - got correct value for p_country ok 20 - got correct value for p_state ok 21 - got correct value for p_street1 ok 22 - got correct value for p_street2 ok 23 - got correct value for s_city ok 24 - got correct value for s_code ok 25 - got correct value for s_country ok 26 - got correct value for s_state ok 27 - got correct value for s_street1 ok 28 - got correct value for s_street2 ok 29 - got correct value for username ok 30 - got correct value for work_phone ok 31 - client_view correct ok t/client-list........................ 1..10 ok 1 - use Net::FreshBooks::API; ok 2 - created the FB object ok 3 - got a list ok 4 - The object isa Net::FreshBooks::API::Iterator ok 5 - xml sent was correct for list ok 6 - got 2 entries in total ok 7 - only one page of results ok 8 - got a client ok 9 - got correct credit ok 10 - xml sent was correct for list->next ok t/invoice-create..................... 1..13 ok 1 - use Net::FreshBooks::API; ok 2 - created the FB object ok 3 - Got a invoice back ok 4 - The object isa Net::FreshBooks::API::Invoice ok 5 - Add first line to the invoice ok 6 - Add second line to the invoice ok 7 - create the invoice ok 8 - xml sent was correct for create ok 9 - xml sent was correct for get ok 10 - loaded lines from response ok 11 - got first line ok 12 - amount is correct ok 13 - client_view correct ok t/live-connect....................... 1..0 # Skip Need test connection details in t/config.pl - see t/config_sample.pl for details skipped: Need test connection details in t/config.pl - see t/config_sample.pl for details t/live-test.......................... 1..0 # Skip Need test connection details in t/config.pl - see t/config_sample.pl for details skipped: Need test connection details in t/config.pl - see t/config_sample.pl for details All tests successful. Files=8, Tests=68, 16 wallclock secs ( 0.48 usr 0.03 sys + 13.53 cusr 1.58 csys = 15.62 CPU) Result: PASS EVDB/Net-FreshBooks-API-0.01.tar.gz make test TEST_VERBOSE=1 -- OK Picked up abstract from lib/Net/FreshBooks/API.pm Edmund von der Burg <evdb@ecclestoad.co.uk> easy OO access to the FreshBooks.com API >>> (cd /export/home/fly818/var/cpan/build/Net-FreshBooks-API-0.01-ZSWbaT && tar cvf - Net-FreshBooks-API-0.01.ppd blib) | gzip -c >/export/home/fly818/var/REPO/E/EV/EVDB/Net-FreshBooks-API-0.01.tar.gz Net-FreshBooks-API-0.01.ppd blib/ blib/lib/ blib/lib/Net/ blib/lib/Net/FreshBooks/ blib/lib/Net/FreshBooks/API/ blib/lib/Net/FreshBooks/API/Base.pm blib/lib/Net/FreshBooks/API/Client.pm blib/lib/Net/FreshBooks/API/Links.pm blib/lib/Net/FreshBooks/API/Invoice.pm blib/lib/Net/FreshBooks/API/Iterator.pm blib/lib/Net/FreshBooks/API/InvoiceLine.pm blib/lib/Net/FreshBooks/API.pm blib/man3/ blib/man3/Net::FreshBooks::API::Base.3 blib/man3/Net::FreshBooks::API.3 blib/man3/Net::FreshBooks::API::Iterator.3 blib/man3/Net::FreshBooks::API::Invoice.3 >>> mv /export/home/fly818/var/cpan/build/Net-FreshBooks-API-0.01-ZSWbaT/Net-FreshBooks-API-0.01.ppd /export/home/fly818/var/REPO/E/EV/EVDB Finished 2009-01-05T09:30:23