PATH=/usr/bin:/bin Start 2011-03-09T17:12:59 ActivePerl-818 CPAN-1.9402 Going to read '/home/fly818/var/cpan/Metadata' Database was generated on Tue, 08 Mar 2011 22:28:16 GMT Running make for B/BG/BGILLS/JSON-RPC-LWP-0.005.tar.gz Checksum for /net/nas/data/cpan/authors/id/B/BG/BGILLS/JSON-RPC-LWP-0.005.tar.gz ok Will not use Archive::Tar, need 1.00 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 >>> /home/fly818/ap818/bin/perl-static Build.PL Created MYMETA.yml and MYMETA.json 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 Can't locate object method "redirects" via package "HTTP::Headers" at (eval 340) line 1. # Looks like you planned 6 tests but ran 2. # Looks like your test exited with 255 just after 2. 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 Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/6 subtests Test Summary Report ------------------- t/load.t (Wstat: 65280 Tests: 2 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 6 tests but ran 2. Files=3, Tests=21, 2 wallclock secs ( 0.05 usr 0.00 sys + 1.60 cusr 0.11 csys = 1.76 CPU) Result: FAIL Failed 1/3 test programs. 0/21 subtests failed. BGILLS/JSON-RPC-LWP-0.005.tar.gz ./Build test verbose=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports BGILLS/JSON-RPC-LWP-0.005.tar.gz Finished 2011-03-09T17:13:04