PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2011-04-14T08:57:48 ActivePerl-818 CPAN-1.9402 Going to read '/export/home/fly818/var/cpan/Metadata' Database was generated on Wed, 13 Apr 2011 22:27:54 GMT Running make for B/BG/BGILLS/JSON-RPC-LWP-0.006.tar.gz Checksum for /net/nas/data/cpan/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 CPAN.pm: Going to build B/BG/BGILLS/JSON-RPC-LWP-0.006.tar.gz >>> /export/home/fly818/bin/perl Build.PL Created MYMETA.yml and MYMETA.json 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 # Failed test 'rpc->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 29. # got: undef # expected: 'MY::Test::WithVersion/0.001' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: 'MY::Test::WithVersion/0.001' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: 'MY::Test::WithVersion/0.001' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: 'testing' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: 'testing' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: '' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: '' # Failed test 'rpc->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 29. # got: ' ' # expected: ' MY::Test::WithVersion/0.001' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: ' MY::Test::WithVersion/0.001' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: ' MY::Test::WithVersion/0.001' # Failed test 'rpc->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 29. # got: 'testing ' # expected: 'testing MY::Test::WithVersion/0.001' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: 'testing MY::Test::WithVersion/0.001' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: 'testing MY::Test::WithVersion/0.001' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: 'MY::Test::WithVersion/0.001' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: 'MY::Test::WithVersion/0.001' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: 'MY::Test::WithVersion' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: 'MY::Test::WithVersion' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: 'JSON::RPC::LWP' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: 'JSON::RPC::LWP' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: 'JSON-RPC-LWP' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: 'JSON-RPC-LWP' # Failed test 'rpc->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 29. # got: undef # expected: 'MY::Test::NoVersion' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: 'MY::Test::NoVersion' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: 'MY::Test::NoVersion' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: 'testing' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: 'testing' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: '' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: '' # Failed test 'rpc->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 29. # got: ' ' # expected: ' MY::Test::NoVersion' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: ' MY::Test::NoVersion' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: ' MY::Test::NoVersion' # Failed test 'rpc->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 29. # got: 'testing ' # expected: 'testing MY::Test::NoVersion' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: 'testing MY::Test::NoVersion' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: 'testing MY::Test::NoVersion' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: 'MY::Test::NoVersion' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: 'MY::Test::NoVersion' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: 'MY::Test::NoVersion' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: 'MY::Test::NoVersion' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: 'JSON::RPC::LWP' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: 'JSON::RPC::LWP' # Failed test 'rpc->ua->agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 30. # got: 'libwww-perl/6.01' # expected: 'JSON-RPC-LWP' # Failed test 'rpc->marshal->user_agent' # at /export/home/fly818/var/cpan/build/JSON-RPC-LWP-0.006-_zMWkq/t/lib/Util.pm line 31. # got: 'JSON::RPC::Common::Marshal::HTTP 0.10' # expected: 'JSON-RPC-LWP' # Looks like you failed 42 tests of 134. 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 ) not ok 5 - rpc->agent not ok 6 - rpc->ua->agent not 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 not ok 13 - rpc->ua->agent not 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 not ok 20 - rpc->ua->agent not 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 => " " ) not ok 26 - rpc->agent not ok 27 - rpc->ua->agent not 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 " ) not ok 33 - rpc->agent not ok 34 - rpc->ua->agent not 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 not ok 41 - rpc->ua->agent not 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 not ok 48 - rpc->ua->agent not 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 not ok 55 - rpc->ua->agent not 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 not ok 62 - rpc->ua->agent not 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 ) not ok 72 - rpc->agent not ok 73 - rpc->ua->agent not 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 not ok 80 - rpc->ua->agent not 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 not ok 87 - rpc->ua->agent not 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 => " " ) not ok 93 - rpc->agent not ok 94 - rpc->ua->agent not 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 " ) not ok 100 - rpc->agent not ok 101 - rpc->ua->agent not 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 not ok 108 - rpc->ua->agent not 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 not ok 115 - rpc->ua->agent not 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 not ok 122 - rpc->ua->agent not 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 not ok 129 - rpc->ua->agent not 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 Dubious, test returned 42 (wstat 10752, 0x2a00) Failed 42/134 subtests 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 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 ok 4 - test for returned errors from ->call # Checking ->call with a regular response ok 5 - test for normal return value from ->call # Checking ->notify with a normal response ok 6 - test for normal return value from ->notify # Checking ->notify with an error response ok 7 - test for error return value from ->notify ok Test Summary Report ------------------- t/agent_subclass.t (Wstat: 10752 Tests: 134 Failed: 42) Failed tests: 5-7, 13-14, 20-21, 26-28, 33-35, 41-42 48-49, 55-56, 62-63, 72-74, 80-81, 87-88 93-95, 100-102, 108-109, 115-116, 122-123 129-130 Non-zero exit status: 42 Files=4, Tests=211, 8 wallclock secs ( 0.24 usr 0.04 sys + 7.61 cusr 0.52 csys = 8.41 CPU) Result: FAIL Failed 1/4 test programs. 42/211 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-14T08:58:07