PATH=/usr/bin:/bin:/Users/fly2000/cpanfly-5.20/var/megalib/bin Start 2016-01-25T10:01:32 ActivePerl-2000 CPAN-2.10 Reading '/Users/fly2000/cpanfly-5.20/var/cpan/Metadata' Database was generated on Mon, 25 Jan 2016 06:53:32 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/B/BG/BGILLS/JSON-RPC-LWP-0.007.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/B/BG/BGILLS/CHECKSUMS Checksum for /Users/fly2000/cpanfly-5.20/var/cpan/sources/authors/id/B/BG/BGILLS/JSON-RPC-LWP-0.007.tar.gz ok JSON-RPC-LWP-0.007 JSON-RPC-LWP-0.007/README JSON-RPC-LWP-0.007/Changes JSON-RPC-LWP-0.007/LICENSE JSON-RPC-LWP-0.007/INSTALL JSON-RPC-LWP-0.007/t JSON-RPC-LWP-0.007/t/load.t JSON-RPC-LWP-0.007/t/lazy.t JSON-RPC-LWP-0.007/t/init.t JSON-RPC-LWP-0.007/Build.PL JSON-RPC-LWP-0.007/META.yml JSON-RPC-LWP-0.007/MANIFEST JSON-RPC-LWP-0.007/t/agent.t JSON-RPC-LWP-0.007/META.json JSON-RPC-LWP-0.007/t/lib JSON-RPC-LWP-0.007/t/lib/Util.pm JSON-RPC-LWP-0.007/xt/author JSON-RPC-LWP-0.007/xt/author/eol.t JSON-RPC-LWP-0.007/t/agent_subclass.t JSON-RPC-LWP-0.007/lib/JSON/RPC JSON-RPC-LWP-0.007/lib/JSON/RPC/LWP.pm JSON-RPC-LWP-0.007/xt/author/no-tabs.t JSON-RPC-LWP-0.007/xt/author/pod-syntax.t JSON-RPC-LWP-0.007/xt/author/pod-coverage.t Configuring B/BG/BGILLS/JSON-RPC-LWP-0.007.tar.gz with Build.PL >>> /Users/fly2000/ap2000-298465/bin/perl-dynamic Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'JSON-RPC-LWP' version '0.007' BGILLS/JSON-RPC-LWP-0.007.tar.gz /Users/fly2000/ap2000-298465/bin/perl-dynamic Build.PL -- OK Running Build for B/BG/BGILLS/JSON-RPC-LWP-0.007.tar.gz >>> ./Build Building JSON-RPC-LWP BGILLS/JSON-RPC-LWP-0.007.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.007" # JSON::RPC::LWP->new( agent => "JSON-RPC-LWP/0.007" ) ok 38 - rpc->agent ok 39 - rpc->ua->agent ok 40 - rpc->marshal->user_agent # set agent to "JSON-RPC-LWP/0.007" after initialization # JSON::RPC::LWP->new() ok 41 - initialized with default # rpc->agent( "JSON-RPC-LWP/0.007" ) 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 - An object of class 'MY::Test::WithVersion' isa 'MY::Test::WithVersion' ok 2 - An object of class 'MY::Test::WithVersion' 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 - An object of class 'MY::Test::NoVersion' isa 'MY::Test::NoVersion' ok 69 - An object of class 'MY::Test::NoVersion' 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 - An object of class 'JSON::RPC::LWP' 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 - An object of class 'JSON::RPC::LWP' isa 'JSON::RPC::LWP' ok 5 - 'prefer_get' attribute set ok 6 - 'marshal->prefer_get' has the same value # Setting 'version' attribute ok 7 - An object of class 'JSON::RPC::LWP' 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/lazy.t ............ 1..12 ok 1 - ua attr is lazy ok 2 - ua->agent set correctly ok 3 - marshal attr is lazy ok 4 - marshal->user_agent set correctly ok 5 - ua set when something it handles is used ok 6 - ua->agent set correctly ok 7 - marshal set when something it handles is used ok 8 - marshal->user_agent set correctly ok 9 - ua set when something it handles is used ok 10 - ua->agent set correctly ok 11 - marshal set when something it handles is used ok 12 - marshal->user_agent set correctly ok t/load.t ............ 1..7 ok 1 - use URI; ok 2 - require JSON::RPC::LWP; ok 3 - An object of class 'JSON::RPC::LWP' 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 All tests successful. Files=5, Tests=223, 8 wallclock secs ( 0.07 usr 0.02 sys + 3.47 cusr 0.28 csys = 3.84 CPU) Result: PASS BGILLS/JSON-RPC-LWP-0.007.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/fly2000/cpanfly-5.20/var/cpan/build/JSON-RPC-LWP-0.007-4O3LfZ && tar cvf - JSON-RPC-LWP-0.007.ppd blib) | gzip -c >/Users/fly2000/cpanfly-5.20/var/REPO/B/BG/BGILLS/JSON-RPC-LWP-0.007.tar.gz JSON-RPC-LWP-0.007.ppd blib/ blib/lib/ blib/lib/JSON/ blib/lib/JSON/RPC/ blib/lib/JSON/RPC/LWP.pm >>> mv /Users/fly2000/cpanfly-5.20/var/cpan/build/JSON-RPC-LWP-0.007-4O3LfZ/JSON-RPC-LWP-0.007.ppd /Users/fly2000/cpanfly-5.20/var/REPO/B/BG/BGILLS Finished 2016-01-25T10:02:00