PATH=/usr/bin:/bin Start 2012-08-27T02:16:01 ActivePerl-1400 CPAN-1.9402 Going to read '/Users/fly1400/var/cpan/Metadata' Database was generated on Mon, 27 Aug 2012 07:58:04 GMT Running make for N/NE/NEWELLC/OpenERP-XMLRPC-Simple-0.14.tar.gz Checksum for /net/nas/data/cpan/authors/id/N/NE/NEWELLC/OpenERP-XMLRPC-Simple-0.14.tar.gz ok OpenERP-XMLRPC-Simple-0.14/ OpenERP-XMLRPC-Simple-0.14/README OpenERP-XMLRPC-Simple-0.14/MANIFEST OpenERP-XMLRPC-Simple-0.14/META.yml OpenERP-XMLRPC-Simple-0.14/LICENSE OpenERP-XMLRPC-Simple-0.14/MANIFEST.SKIP OpenERP-XMLRPC-Simple-0.14/Makefile.PL OpenERP-XMLRPC-Simple-0.14/META.json OpenERP-XMLRPC-Simple-0.14/dist.ini OpenERP-XMLRPC-Simple-0.14/MYMETA.json OpenERP-XMLRPC-Simple-0.14/MYMETA.yml OpenERP-XMLRPC-Simple-0.14/Changes OpenERP-XMLRPC-Simple-0.14/lib/ OpenERP-XMLRPC-Simple-0.14/lib/OpenERP/ OpenERP-XMLRPC-Simple-0.14/lib/OpenERP/XMLRPC/ OpenERP-XMLRPC-Simple-0.14/lib/OpenERP/XMLRPC/Client.pm OpenERP-XMLRPC-Simple-0.14/lib/OpenERP/XMLRPC/Simple.pm OpenERP-XMLRPC-Simple-0.14/t/ OpenERP-XMLRPC-Simple-0.14/t/01-xmlrpc-client.t OpenERP-XMLRPC-Simple-0.14/t/00-load.t OpenERP-XMLRPC-Simple-0.14/t/02-xmlrpc-simple.t OpenERP-XMLRPC-Simple-0.14/t/pod.t OpenERP-XMLRPC-Simple-0.14/t/author-critic.t OpenERP-XMLRPC-Simple-0.14/t/lib/ OpenERP-XMLRPC-Simple-0.14/t/lib/auto/ OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/ OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/ OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/ OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/object/ OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/object/execute_unlink.http_response OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/object/execute_search.http_response OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/object/execute_create.http_response OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/object/execute_read.http_response OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/object/execute_write.http_response OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/common/ OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/common/login.http_response OpenERP-XMLRPC-Simple-0.14/t/lib/Test/ OpenERP-XMLRPC-Simple-0.14/t/lib/Test/MockOpenERP.pm CPAN.pm: Going to build N/NE/NEWELLC/OpenERP-XMLRPC-Simple-0.14.tar.gz >>> /Users/fly1400/ap1400/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for OpenERP::XMLRPC::Simple Writing MYMETA.yml and MYMETA.json >>> make cp lib/OpenERP/XMLRPC/Client.pm blib/lib/OpenERP/XMLRPC/Client.pm cp lib/OpenERP/XMLRPC/Simple.pm blib/lib/OpenERP/XMLRPC/Simple.pm Manifying blib/man3/OpenERP::XMLRPC::Client.3 Manifying blib/man3/OpenERP::XMLRPC::Simple.3 NEWELLC/OpenERP-XMLRPC-Simple-0.14.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1400/ap1400/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing OpenERP::XMLRPC::Client t/00-load.t ........... 1..1 ok 1 - use OpenERP::XMLRPC::Client; ok t/01-xmlrpc-client.t .. ok 1 - use OpenERP::XMLRPC::Client; ok 2 - created ok 3 - has the method "object_execute" ok 4 - has the method "object_exec_workflow" ok 5 - has the method "report_report" ok 6 - has the method "report_report_get" 1..6 ok # # ################################################################# # # # # # The following tests are built to run against a Mock OpenERP. # # # (and will do, by default) # # # To run the tests against a real OpenERP please specify the # # # following $ENV variables # # # # # # OPENERP_SIMPLE_HOST - required! # # # OPENERP_SIMPLE_PORT - default = 8069 # # # OPENERP_SIMPLE_NAME - default = terp # # # OPENERP_SIMPLE_USER - default = admin # # # OPENERP_SIMPLE_PASS - default = admin # # # # # ################################################################# # Testing against mock OpenERP server t/02-xmlrpc-simple.t .. 1..18 ok 1 - use OpenERP::XMLRPC::Client; ok 2 - instanciated ok 3 - create - partner using details ok 4 - create - result is ID more than 1 ok 5 - update - partner using details ok 6 - update - result is ok ok 7 - search - all - returns id only ok 8 - search - all - result is array ref ok 9 - search - all - result index 1 is and int ok 10 - search - all - returns array of data ok 11 - search - all - result is array ref ok 12 - search - all - result index 1 is a hash ref ok 13 - search - with args ok 14 - read - get 2 results ok 15 - read - multi - result is array ref ok 16 - read - get 1 result ok 17 - read - single - result is hash ref ok 18 - delete - partner using id ok t/author-critic.t ..... skipped: these tests are for testing by the author t/pod.t ............... skipped: set TEST_POD to enable this test All tests successful. Files=5, Tests=25, 7 wallclock secs ( 0.04 usr 0.02 sys + 3.44 cusr 0.31 csys = 3.81 CPU) Result: PASS NEWELLC/OpenERP-XMLRPC-Simple-0.14.tar.gz make test TEST_VERBOSE=1 -- OK Colin Newell <CENSORED> Simple interaction with OpenERP XML RPC interface. >>> (cd /Users/fly1400/var/cpan/build/OpenERP-XMLRPC-Simple-0.14-56Vngm && tar cvf - OpenERP-XMLRPC-Simple-0.14.ppd blib) | gzip -c >/Users/fly1400/var/REPO/N/NE/NEWELLC/OpenERP-XMLRPC-Simple-0.14.tar.gz OpenERP-XMLRPC-Simple-0.14.ppd blib/ blib/lib/ blib/lib/OpenERP/ blib/lib/OpenERP/XMLRPC/ blib/lib/OpenERP/XMLRPC/Client.pm blib/lib/OpenERP/XMLRPC/Simple.pm blib/man3/ blib/man3/OpenERP::XMLRPC::Client.3 blib/man3/OpenERP::XMLRPC::Simple.3 >>> mv /Users/fly1400/var/cpan/build/OpenERP-XMLRPC-Simple-0.14-56Vngm/OpenERP-XMLRPC-Simple-0.14.ppd /Users/fly1400/var/REPO/N/NE/NEWELLC Can't log to '/Users/fly1400/var/tmp/Library/Logs/ppm4.log': No such file or directory at /Users/fly1400/lib/ActivePerl/PPM/Logger.pm line 95. [InstallArea.pm:339] Created /Users/fly1400/var/megalib/etc/ppm-megalib-dirty [InstallArea.pm:362] Installing OpenERP-XMLRPC-Simple with id 17742 [InstallArea.pm:369] Copy /tmp/ppm-eoJwU4/OpenERP-XMLRPC-Simple-0.14/blib/html --> /Users/fly1400/var/megalib/html [InstallArea.pm:548] /Users/fly1400/var/megalib/html/site/lib/OpenERP/XMLRPC/Client.html written [InstallArea.pm:548] /Users/fly1400/var/megalib/html/site/lib/OpenERP/XMLRPC/Simple.html written [InstallArea.pm:369] Copy /tmp/ppm-eoJwU4/OpenERP-XMLRPC-Simple-0.14/blib/lib --> /Users/fly1400/var/megalib [InstallArea.pm:548] /Users/fly1400/var/megalib/OpenERP/XMLRPC/Client.pm written [InstallArea.pm:497] /Users/fly1400/var/megalib/OpenERP/XMLRPC/Simple.pm already present [InstallArea.pm:418] Commit install [InstallArea.pm:454] unlink /Users/fly1400/var/megalib/html/site/lib/OpenERP/XMLRPC/Client.html.ppmbak [InstallArea.pm:454] unlink /Users/fly1400/var/megalib/html/site/lib/OpenERP/XMLRPC/Simple.html.ppmbak [InstallArea.pm:454] unlink /Users/fly1400/var/megalib/OpenERP/XMLRPC/Client.pm.ppmbak [InstallArea.pm:454] unlink /Users/fly1400/var/megalib/auto/OpenERP/XMLRPC/Simple/.packlist.ppmbak [InstallArea.pm:454] unlink /Users/fly1400/var/megalib/etc/ppm-megalib-dirty Finished 2012-08-27T02:16:12