PATH=/usr/bin:/bin Start 2011-03-06T12:56:43 ActivePerl-1200 CPAN-1.9402 Going to read '/Users/fly1200/var/cpan/Metadata' Database was generated on Sat, 05 Mar 2011 22:27:24 GMT Running make for B/BG/BGILLS/JSON-RPC-LWP-0.005.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/B/BG/BGILLS/JSON-RPC-LWP-0.005.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/B/BG/BGILLS/CHECKSUMS Checksum for /Users/fly1200/var/cpan/sources/authors/id/B/BG/BGILLS/JSON-RPC-LWP-0.005.tar.gz ok JSON-RPC-LWP-0.005 JSON-RPC-LWP-0.005/README JSON-RPC-LWP-0.005/Changes JSON-RPC-LWP-0.005/LICENSE JSON-RPC-LWP-0.005/INSTALL JSON-RPC-LWP-0.005/t JSON-RPC-LWP-0.005/t/load.t JSON-RPC-LWP-0.005/t/init.t JSON-RPC-LWP-0.005/META.yml JSON-RPC-LWP-0.005/MANIFEST JSON-RPC-LWP-0.005/Build.PL JSON-RPC-LWP-0.005/t/agent.t JSON-RPC-LWP-0.005/META.json JSON-RPC-LWP-0.005/xt/release JSON-RPC-LWP-0.005/xt/release/eol.t JSON-RPC-LWP-0.005/lib/JSON/RPC JSON-RPC-LWP-0.005/lib/JSON/RPC/LWP.pm JSON-RPC-LWP-0.005/xt/release/no-tabs.t JSON-RPC-LWP-0.005/xt/release/pod-syntax.t JSON-RPC-LWP-0.005/xt/release/pod-coverage.t CPAN.pm: Going to build B/BG/BGILLS/JSON-RPC-LWP-0.005.tar.gz >>> /Users/fly1200/bin/perl Build.PL Creating new 'MYMETA.yml' with configuration results Creating new 'Build' script for 'JSON-RPC-LWP' version '0.005' >>> ./Build Building JSON-RPC-LWP BGILLS/JSON-RPC-LWP-0.005.tar.gz ./Build -- OK Running Build test >>> ./Build test verbose=1 t/agent.t .. 1..16 1..1 ok 1 - _agent is initialized correctly ok 1 - _agent 1..1 ok 1 - Default agent ok 2 - Defaults 1..3 # JSON::RPC::LWP->new( agent => undef ) ok 1 - rpc->agent ok 2 - rpc->ua->agent ok 3 - rpc->marshal->user_agent ok 3 - initialize agent to undef 1..4 # JSON::RPC::LWP->new() ok 1 - initialized with default # rpc->agent( undef ) ok 2 - rpc->agent ok 3 - rpc->ua->agent ok 4 - rpc->marshal->user_agent ok 4 - set agent to undef after initialization 1..3 # JSON::RPC::LWP->new( agent => "testing" ) ok 1 - rpc->agent ok 2 - rpc->ua->agent ok 3 - rpc->marshal->user_agent ok 5 - initialize agent to "testing" 1..4 # JSON::RPC::LWP->new() ok 1 - initialized with default # rpc->agent( "testing" ) ok 2 - rpc->agent ok 3 - rpc->ua->agent ok 4 - rpc->marshal->user_agent ok 6 - set agent to "testing" after initialization 1..3 # JSON::RPC::LWP->new( agent => "" ) ok 1 - rpc->agent ok 2 - rpc->ua->agent ok 3 - rpc->marshal->user_agent ok 7 - initialize agent to "" 1..4 # JSON::RPC::LWP->new() ok 1 - initialized with default # rpc->agent( "" ) ok 2 - rpc->agent ok 3 - rpc->ua->agent ok 4 - rpc->marshal->user_agent ok 8 - set agent to "" after initialization 1..3 # JSON::RPC::LWP->new( agent => " " ) ok 1 - rpc->agent ok 2 - rpc->ua->agent ok 3 - rpc->marshal->user_agent ok 9 - initialize agent to " " 1..4 # JSON::RPC::LWP->new() ok 1 - initialized with default # rpc->agent( " " ) ok 2 - rpc->agent ok 3 - rpc->ua->agent ok 4 - rpc->marshal->user_agent ok 10 - set agent to " " after initialization 1..3 # JSON::RPC::LWP->new( agent => "testing " ) ok 1 - rpc->agent ok 2 - rpc->ua->agent ok 3 - rpc->marshal->user_agent ok 11 - initialize agent to "testing " 1..4 # JSON::RPC::LWP->new() ok 1 - initialized with default # rpc->agent( "testing " ) ok 2 - rpc->agent ok 3 - rpc->ua->agent ok 4 - rpc->marshal->user_agent ok 12 - set agent to "testing " after initialization 1..3 # JSON::RPC::LWP->new( agent => "JSON-RPC-LWP/0.005" ) ok 1 - rpc->agent ok 2 - rpc->ua->agent ok 3 - rpc->marshal->user_agent ok 13 - initialize agent to "JSON-RPC-LWP/0.005" 1..4 # JSON::RPC::LWP->new() ok 1 - initialized with default # rpc->agent( "JSON-RPC-LWP/0.005" ) ok 2 - rpc->agent ok 3 - rpc->ua->agent ok 4 - rpc->marshal->user_agent ok 14 - set agent to "JSON-RPC-LWP/0.005" after initialization 1..3 # JSON::RPC::LWP->new( agent => "JSON-RPC-LWP" ) ok 1 - rpc->agent ok 2 - rpc->ua->agent ok 3 - rpc->marshal->user_agent ok 15 - initialize agent to "JSON-RPC-LWP" 1..4 # JSON::RPC::LWP->new() ok 1 - initialized with default # rpc->agent( "JSON-RPC-LWP" ) ok 2 - rpc->agent ok 3 - rpc->ua->agent ok 4 - rpc->marshal->user_agent ok 16 - set agent to "JSON-RPC-LWP" after initialization ok t/init.t ... 1..3 1..3 ok 1 - The object isa JSON::RPC::LWP ok 2 - 'from' attribute set ok 3 - 'ua->from' has the same value ok 1 - setting 'from' during object creation 1..3 ok 1 - The object isa JSON::RPC::LWP ok 2 - 'prefer_get' attribute set ok 3 - 'marshal->prefer_get' has the same value ok 2 - setting 'prefer_get' during object creation 1..6 ok 1 - The object isa JSON::RPC::LWP ok 2 - 'version' attribute has been set correctly ok 3 - fail when trying to set version to 0 ok 4 - fail when trying to set version to 1.01 ok 5 - set version to 1.1 ok 6 - set version to 1 => 1.0 ok 3 - Setting 'version' attribute ok t/load.t ... 1..6 ok 1 - require JSON::RPC::LWP; ok 2 - The object isa JSON::RPC::LWP # Checking ->call with an error response ok 3 - test for returned errors from ->call # Checking ->call with a regular response ok 4 - test for normal return value from ->call # Checking ->notify with a normal response ok 5 - test for normal return value from ->notify # Checking ->notify with an error response ok 6 - test for error return value from ->notify ok All tests successful. Files=3, Tests=25, 16 wallclock secs ( 0.14 usr 0.07 sys + 4.08 cusr 0.52 csys = 4.81 CPU) Result: PASS BGILLS/JSON-RPC-LWP-0.005.tar.gz ./Build test verbose=1 -- OK Brad Gilbert <b2gills@gmail.com> Use any version of JSON RPC over any libwww supported transport protocols. >>> (cd /Users/fly1200/var/cpan/build/JSON-RPC-LWP-0.005-wblng3 && tar cvf - JSON-RPC-LWP-0.005.ppd blib) | gzip -c >/Users/fly1200/var/REPO/B/BG/BGILLS/JSON-RPC-LWP-0.005.tar.gz JSON-RPC-LWP-0.005.ppd blib/ blib/lib/ blib/lib/JSON/ blib/lib/JSON/RPC/ blib/lib/JSON/RPC/LWP.pm >>> mv /Users/fly1200/var/cpan/build/JSON-RPC-LWP-0.005-wblng3/JSON-RPC-LWP-0.005.ppd /Users/fly1200/var/REPO/B/BG/BGILLS Finished 2011-03-06T12:57:35