PATH=/usr/bin:/bin Start 2011-04-10T00:52:06 ActivePerl-818 CPAN-1.9402 Going to read '/Users/fly818/var/cpan/Metadata' Database was generated on Sat, 09 Apr 2011 21:27:47 GMT Running make for B/BG/BGILLS/JSON-RPC-LWP-0.006.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/B/BG/BGILLS/JSON-RPC-LWP-0.006.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/B/BG/BGILLS/CHECKSUMS Checksum for /Users/fly818/var/cpan/sources/authors/id/B/BG/BGILLS/JSON-RPC-LWP-0.006.tar.gz ok Will not use Archive::Tar, need 1.00 JSON-RPC-LWP-0.006 JSON-RPC-LWP-0.006/README JSON-RPC-LWP-0.006/Changes JSON-RPC-LWP-0.006/LICENSE JSON-RPC-LWP-0.006/INSTALL JSON-RPC-LWP-0.006/t JSON-RPC-LWP-0.006/t/load.t JSON-RPC-LWP-0.006/t/init.t JSON-RPC-LWP-0.006/META.yml JSON-RPC-LWP-0.006/MANIFEST JSON-RPC-LWP-0.006/Build.PL JSON-RPC-LWP-0.006/t/agent.t JSON-RPC-LWP-0.006/META.json JSON-RPC-LWP-0.006/t/lib JSON-RPC-LWP-0.006/t/lib/Util.pm JSON-RPC-LWP-0.006/xt/release JSON-RPC-LWP-0.006/xt/release/eol.t JSON-RPC-LWP-0.006/t/agent_subclass.t JSON-RPC-LWP-0.006/lib/JSON/RPC JSON-RPC-LWP-0.006/lib/JSON/RPC/LWP.pm JSON-RPC-LWP-0.006/xt/release/no-tabs.t JSON-RPC-LWP-0.006/xt/release/pod-syntax.t JSON-RPC-LWP-0.006/xt/release/pod-coverage.t /usr/bin/tar: Read 1024 bytes from - CPAN.pm: Going to build B/BG/BGILLS/JSON-RPC-LWP-0.006.tar.gz >>> /Users/fly818/bin/perl Build.PL Creating new 'MYMETA.yml' with configuration results Creating new 'Build' script for 'JSON-RPC-LWP' version '0.006' >>> ./Build Building JSON-RPC-LWP BGILLS/JSON-RPC-LWP-0.006.tar.gz ./Build -- OK Running Build test >>> ./Build test verbose=1 t/agent.t ........... 1..58 ok 1 - _agent is initialized correctly ok 2 - Default agent # initialize agent to undef # JSON::RPC::LWP->new( agent => undef ) ok 3 - rpc->agent ok 4 - rpc->ua->agent ok 5 - rpc->marshal->user_agent # set agent to undef after initialization # JSON::RPC::LWP->new() ok 6 - initialized with default # rpc->agent( undef ) ok 7 - rpc->agent ok 8 - rpc->ua->agent ok 9 - rpc->marshal->user_agent # initialize agent to "testing" # JSON::RPC::LWP->new( agent => "testing" ) ok 10 - rpc->agent ok 11 - rpc->ua->agent ok 12 - rpc->marshal->user_agent # set agent to "testing" after initialization # JSON::RPC::LWP->new() ok 13 - initialized with default # rpc->agent( "testing" ) ok 14 - rpc->agent ok 15 - rpc->ua->agent ok 16 - rpc->marshal->user_agent # initialize agent to "" # JSON::RPC::LWP->new( agent => "" ) ok 17 - rpc->agent ok 18 - rpc->ua->agent ok 19 - rpc->marshal->user_agent # set agent to "" after initialization # JSON::RPC::LWP->new() ok 20 - initialized with default # rpc->agent( "" ) ok 21 - rpc->agent ok 22 - rpc->ua->agent ok 23 - rpc->marshal->user_agent # initialize agent to " " # JSON::RPC::LWP->new( agent => " " ) ok 24 - rpc->agent ok 25 - rpc->ua->agent ok 26 - rpc->marshal->user_agent # set agent to " " after initialization # JSON::RPC::LWP->new() ok 27 - initialized with default # rpc->agent( " " ) ok 28 - rpc->agent ok 29 - rpc->ua->agent ok 30 - rpc->marshal->user_agent # initialize agent to "testing " # JSON::RPC::LWP->new( agent => "testing " ) ok 31 - rpc->agent ok 32 - rpc->ua->agent ok 33 - rpc->marshal->user_agent # set agent to "testing " after initialization # JSON::RPC::LWP->new() ok 34 - initialized with default # rpc->agent( "testing " ) ok 35 - rpc->agent ok 36 - rpc->ua->agent ok 37 - rpc->marshal->user_agent # initialize agent to "JSON-RPC-LWP/0.006" # JSON::RPC::LWP->new( agent => "JSON-RPC-LWP/0.006" ) ok 38 - rpc->agent ok 39 - rpc->ua->agent ok 40 - rpc->marshal->user_agent # set agent to "JSON-RPC-LWP/0.006" after initialization # JSON::RPC::LWP->new() ok 41 - initialized with default # rpc->agent( "JSON-RPC-LWP/0.006" ) ok 42 - rpc->agent ok 43 - rpc->ua->agent ok 44 - rpc->marshal->user_agent # initialize agent to "JSON::RPC::LWP" # JSON::RPC::LWP->new( agent => "JSON::RPC::LWP" ) ok 45 - rpc->agent ok 46 - rpc->ua->agent ok 47 - rpc->marshal->user_agent # set agent to "JSON::RPC::LWP" after initialization # JSON::RPC::LWP->new() ok 48 - initialized with default # rpc->agent( "JSON::RPC::LWP" ) ok 49 - rpc->agent ok 50 - rpc->ua->agent ok 51 - rpc->marshal->user_agent # initialize agent to "JSON-RPC-LWP" # JSON::RPC::LWP->new( agent => "JSON-RPC-LWP" ) ok 52 - rpc->agent ok 53 - rpc->ua->agent ok 54 - rpc->marshal->user_agent # set agent to "JSON-RPC-LWP" after initialization # JSON::RPC::LWP->new() ok 55 - initialized with default # rpc->agent( "JSON-RPC-LWP" ) ok 56 - rpc->agent ok 57 - rpc->ua->agent ok 58 - rpc->marshal->user_agent ok t/agent_subclass.t .. 1..134 # sub classing JSON::RPC::LWP with $VERSION ok 1 - The object isa MY::Test::WithVersion ok 2 - The object isa JSON::RPC::LWP ok 3 - the ->_agent attribute is initialized with the new classname ok 4 - the ->agent attribute is initialized with the new classname # initialize agent to undef # MY::Test::WithVersion->new( agent => undef ) ok 5 - rpc->agent ok 6 - rpc->ua->agent ok 7 - rpc->marshal->user_agent # set agent to undef after initialization # MY::Test::WithVersion->new() ok 8 - initialized with default # rpc->agent( undef ) ok 9 - rpc->agent ok 10 - rpc->ua->agent ok 11 - rpc->marshal->user_agent # initialize agent to "testing" # MY::Test::WithVersion->new( agent => "testing" ) ok 12 - rpc->agent ok 13 - rpc->ua->agent ok 14 - rpc->marshal->user_agent # set agent to "testing" after initialization # MY::Test::WithVersion->new() ok 15 - initialized with default # rpc->agent( "testing" ) ok 16 - rpc->agent ok 17 - rpc->ua->agent ok 18 - rpc->marshal->user_agent # initialize agent to "" # MY::Test::WithVersion->new( agent => "" ) ok 19 - rpc->agent ok 20 - rpc->ua->agent ok 21 - rpc->marshal->user_agent # set agent to "" after initialization # MY::Test::WithVersion->new() ok 22 - initialized with default # rpc->agent( "" ) ok 23 - rpc->agent ok 24 - rpc->ua->agent ok 25 - rpc->marshal->user_agent # initialize agent to " " # MY::Test::WithVersion->new( agent => " " ) ok 26 - rpc->agent ok 27 - rpc->ua->agent ok 28 - rpc->marshal->user_agent # set agent to " " after initialization # MY::Test::WithVersion->new() ok 29 - initialized with default # rpc->agent( " " ) ok 30 - rpc->agent ok 31 - rpc->ua->agent ok 32 - rpc->marshal->user_agent # initialize agent to "testing " # MY::Test::WithVersion->new( agent => "testing " ) ok 33 - rpc->agent ok 34 - rpc->ua->agent ok 35 - rpc->marshal->user_agent # set agent to "testing " after initialization # MY::Test::WithVersion->new() ok 36 - initialized with default # rpc->agent( "testing " ) ok 37 - rpc->agent ok 38 - rpc->ua->agent ok 39 - rpc->marshal->user_agent # initialize agent to "MY::Test::WithVersion/0.001" # MY::Test::WithVersion->new( agent => "MY::Test::WithVersion/0.001" ) ok 40 - rpc->agent ok 41 - rpc->ua->agent ok 42 - rpc->marshal->user_agent # set agent to "MY::Test::WithVersion/0.001" after initialization # MY::Test::WithVersion->new() ok 43 - initialized with default # rpc->agent( "MY::Test::WithVersion/0.001" ) ok 44 - rpc->agent ok 45 - rpc->ua->agent ok 46 - rpc->marshal->user_agent # initialize agent to "MY::Test::WithVersion" # MY::Test::WithVersion->new( agent => "MY::Test::WithVersion" ) ok 47 - rpc->agent ok 48 - rpc->ua->agent ok 49 - rpc->marshal->user_agent # set agent to "MY::Test::WithVersion" after initialization # MY::Test::WithVersion->new() ok 50 - initialized with default # rpc->agent( "MY::Test::WithVersion" ) ok 51 - rpc->agent ok 52 - rpc->ua->agent ok 53 - rpc->marshal->user_agent # initialize agent to "JSON::RPC::LWP" # MY::Test::WithVersion->new( agent => "JSON::RPC::LWP" ) ok 54 - rpc->agent ok 55 - rpc->ua->agent ok 56 - rpc->marshal->user_agent # set agent to "JSON::RPC::LWP" after initialization # MY::Test::WithVersion->new() ok 57 - initialized with default # rpc->agent( "JSON::RPC::LWP" ) ok 58 - rpc->agent ok 59 - rpc->ua->agent ok 60 - rpc->marshal->user_agent # initialize agent to "JSON-RPC-LWP" # MY::Test::WithVersion->new( agent => "JSON-RPC-LWP" ) ok 61 - rpc->agent ok 62 - rpc->ua->agent ok 63 - rpc->marshal->user_agent # set agent to "JSON-RPC-LWP" after initialization # MY::Test::WithVersion->new() ok 64 - initialized with default # rpc->agent( "JSON-RPC-LWP" ) ok 65 - rpc->agent ok 66 - rpc->ua->agent ok 67 - rpc->marshal->user_agent # sub classing JSON::RPC::LWP without $VERSION ok 68 - The object isa MY::Test::NoVersion ok 69 - The object isa JSON::RPC::LWP ok 70 - the ->_agent attribute is initialized with the new classname ok 71 - the ->agent attribute is initialized with the new classname # initialize agent to undef # MY::Test::NoVersion->new( agent => undef ) ok 72 - rpc->agent ok 73 - rpc->ua->agent ok 74 - rpc->marshal->user_agent # set agent to undef after initialization # MY::Test::NoVersion->new() ok 75 - initialized with default # rpc->agent( undef ) ok 76 - rpc->agent ok 77 - rpc->ua->agent ok 78 - rpc->marshal->user_agent # initialize agent to "testing" # MY::Test::NoVersion->new( agent => "testing" ) ok 79 - rpc->agent ok 80 - rpc->ua->agent ok 81 - rpc->marshal->user_agent # set agent to "testing" after initialization # MY::Test::NoVersion->new() ok 82 - initialized with default # rpc->agent( "testing" ) ok 83 - rpc->agent ok 84 - rpc->ua->agent ok 85 - rpc->marshal->user_agent # initialize agent to "" # MY::Test::NoVersion->new( agent => "" ) ok 86 - rpc->agent ok 87 - rpc->ua->agent ok 88 - rpc->marshal->user_agent # set agent to "" after initialization # MY::Test::NoVersion->new() ok 89 - initialized with default # rpc->agent( "" ) ok 90 - rpc->agent ok 91 - rpc->ua->agent ok 92 - rpc->marshal->user_agent # initialize agent to " " # MY::Test::NoVersion->new( agent => " " ) ok 93 - rpc->agent ok 94 - rpc->ua->agent ok 95 - rpc->marshal->user_agent # set agent to " " after initialization # MY::Test::NoVersion->new() ok 96 - initialized with default # rpc->agent( " " ) ok 97 - rpc->agent ok 98 - rpc->ua->agent ok 99 - rpc->marshal->user_agent # initialize agent to "testing " # MY::Test::NoVersion->new( agent => "testing " ) ok 100 - rpc->agent ok 101 - rpc->ua->agent ok 102 - rpc->marshal->user_agent # set agent to "testing " after initialization # MY::Test::NoVersion->new() ok 103 - initialized with default # rpc->agent( "testing " ) ok 104 - rpc->agent ok 105 - rpc->ua->agent ok 106 - rpc->marshal->user_agent # initialize agent to "MY::Test::NoVersion" # MY::Test::NoVersion->new( agent => "MY::Test::NoVersion" ) ok 107 - rpc->agent ok 108 - rpc->ua->agent ok 109 - rpc->marshal->user_agent # set agent to "MY::Test::NoVersion" after initialization # MY::Test::NoVersion->new() ok 110 - initialized with default # rpc->agent( "MY::Test::NoVersion" ) ok 111 - rpc->agent ok 112 - rpc->ua->agent ok 113 - rpc->marshal->user_agent # initialize agent to "MY::Test::NoVersion" # MY::Test::NoVersion->new( agent => "MY::Test::NoVersion" ) ok 114 - rpc->agent ok 115 - rpc->ua->agent ok 116 - rpc->marshal->user_agent # set agent to "MY::Test::NoVersion" after initialization # MY::Test::NoVersion->new() ok 117 - initialized with default # rpc->agent( "MY::Test::NoVersion" ) ok 118 - rpc->agent ok 119 - rpc->ua->agent ok 120 - rpc->marshal->user_agent # initialize agent to "JSON::RPC::LWP" # MY::Test::NoVersion->new( agent => "JSON::RPC::LWP" ) ok 121 - rpc->agent ok 122 - rpc->ua->agent ok 123 - rpc->marshal->user_agent # set agent to "JSON::RPC::LWP" after initialization # MY::Test::NoVersion->new() ok 124 - initialized with default # rpc->agent( "JSON::RPC::LWP" ) ok 125 - rpc->agent ok 126 - rpc->ua->agent ok 127 - rpc->marshal->user_agent # initialize agent to "JSON-RPC-LWP" # MY::Test::NoVersion->new( agent => "JSON-RPC-LWP" ) ok 128 - rpc->agent ok 129 - rpc->ua->agent ok 130 - rpc->marshal->user_agent # set agent to "JSON-RPC-LWP" after initialization # MY::Test::NoVersion->new() ok 131 - initialized with default # rpc->agent( "JSON-RPC-LWP" ) ok 132 - rpc->agent ok 133 - rpc->ua->agent ok 134 - rpc->marshal->user_agent ok t/init.t ............ 1..12 # setting 'from' during object creation ok 1 - The object isa JSON::RPC::LWP ok 2 - 'from' attribute set ok 3 - 'ua->from' has the same value # setting 'prefer_get' during object creation ok 4 - The object isa JSON::RPC::LWP ok 5 - 'prefer_get' attribute set ok 6 - 'marshal->prefer_get' has the same value # Setting 'version' attribute ok 7 - The object isa JSON::RPC::LWP ok 8 - 'version' attribute has been set correctly ok 9 - fail when trying to set version to 0 ok 10 - fail when trying to set version to 1.01 ok 11 - set version to 1.1 ok 12 - set version to 1 => 1.0 ok Can't locate object method "redirects" via package "HTTP::Headers" at (eval 342) line 1. # Looks like you planned 7 tests but ran 3. # Looks like your test exited with 255 just after 3. t/load.t ............ 1..7 ok 1 - use URI; ok 2 - require JSON::RPC::LWP; ok 3 - The object isa JSON::RPC::LWP # Checking ->call with an error response Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/7 subtests Test Summary Report ------------------- t/load.t (Wstat: 65280 Tests: 3 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 7 tests but ran 3. Files=4, Tests=207, 45 wallclock secs ( 0.27 usr 0.11 sys + 7.73 cusr 0.75 csys = 8.86 CPU) Result: FAIL Failed 1/4 test programs. 0/207 subtests failed. BGILLS/JSON-RPC-LWP-0.006.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.006.tar.gz Finished 2011-04-10T00:53:33