t/00-load..............1..1 # Failed test (t/00-load.t at line 6) # Tried to use 'Module::API'. # Error: Base class package "HTTP::Server::Simple" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8. # Compilation failed in require at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # Compilation failed in require at (eval 1) line 2. not ok 1 - use Module::API; # Testing Module::API , Perl 5.008, C:\cpanrun-5.8\build\5-8-0\bin\perl.exe # Looks like you failed 1 tests of 1. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/config...............ok 1 - use Module::API::Base; ok 2 - config returns a hash ok 3 - values are correct ok 4 - Set value for api_class ok 5 - Got correct value for api_class ok 6 - Set value for server_url ok 7 - Got correct value for server_url ok 8 - Set value for token ok 9 - Got correct value for token ok 10 - Set value for encoding ok 11 - Got correct value for encoding ok 12 - config returns a hash ok 13 - values are correct ok 14 - tried to get 'bad' ok 15 - tried to set 'bad' ok 16 - tried to set 'arrayref' ok 17 - tried to set 'hashref' ok 18 - tried to set 'subref' ok 19 - tried to set 'undef' ok 20 - contents are the same ok 21 - but different hashrefs ok 22 - Got the ExtraFieldsTest object ok 23 - foo correct ok 24 - set 'foo' ok 25 - foo correct ok 26 - bar works too ok 27 - object not created ok 28 - got the error 1..28 ok t/defaults.............# Failed test (t/defaults.t at line 12) # Tried to use 'Module::API'. # Error: Base class package "HTTP::Server::Simple" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8. # Compilation failed in require at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # Compilation failed in require at (eval 1) line 2. not ok 1 - use Module::API; ok 2 - Got an Module::API object # Failed test (t/defaults.t at line 25) not ok 3 - checking encoding # got: '' # expected: 'storable' ok 4 - checking server_url ok 5 - checking token ok 6 - Got an Module::API object # Failed test (t/defaults.t at line 40) not ok 7 - checking encoding # got: '' # expected: 'storable' ok 8 - checking server_url ok 9 - checking token ok 10 - Got an Module::API object ok 11 - checking encoding ok 12 - checking server_url ok 13 - checking token ok 14 - did not get an Module::API object # Failed test (t/defaults.t at line 64) not ok 15 - Got correct error # 'Not a valid config field: 'bar' at t/defaults.t line 61 # ' # doesn't match '(?-xism:^The following arguments are not allowed: 'bar', 'foo' )' 1..15 # Looks like you failed 4 tests of 15. dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 1, 3, 7, 15 Failed 4/15 tests, 73.33% okay t/encoder/roundtrip....1..30 ok 1 - Will test for 'Module::API::Encoder::Storable' ok 2 - Will test for 'Module::API::Encoder::YAML' ok 3 - ---------- Running tests on 'Module::API::Encoder::Storable'. ---------- ok 4 - use Module::API::Encoder::Storable; ok 5 - want '1' for 'Module::API::Encoder::Storable->can_do_encoding('storable')' ok 6 - want '0' for 'Module::API::Encoder::Storable->can_do_encoding('yaml')' ok 7 - encoded data is a scalar for 'this tests file contents' ok 8 - roundtripping 'this tests file contents' data ok 9 - encoded data is a scalar for 'empty hashref' ok 10 - roundtripping 'empty hashref' data ok 11 - encoded data is a scalar for 'deep hash nesting' ok 12 - roundtripping 'deep hash nesting' data ok 13 - encoded data is a scalar for 'deep array nesting' ok 14 - roundtripping 'deep array nesting' data ok 15 - encoded data is a scalar for 'collection of all' ok 16 - roundtripping 'collection of all' data ok 17 - ---------- Running tests on 'Module::API::Encoder::YAML'. ---------- ok 18 - use Module::API::Encoder::YAML; ok 19 - want '0' for 'Module::API::Encoder::YAML->can_do_encoding('storable')' ok 20 - want '1' for 'Module::API::Encoder::YAML->can_do_encoding('yaml')' ok 21 - encoded data is a scalar for 'this tests file contents' ok 22 - roundtripping 'this tests file contents' data ok 23 - encoded data is a scalar for 'empty hashref' ok 24 - roundtripping 'empty hashref' data ok 25 - encoded data is a scalar for 'deep hash nesting' ok 26 - roundtripping 'deep hash nesting' data ok 27 - encoded data is a scalar for 'deep array nesting' ok 28 - roundtripping 'deep array nesting' data ok 29 - encoded data is a scalar for 'collection of all' ok 30 - roundtripping 'collection of all' data ok t/encoders.............# Failed test (t/encoders.t at line 13) # Tried to use 'TestAPI'. # Error: Base class package "HTTP::Server::Simple" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8. # Compilation failed in require at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # Compilation failed in require at (eval 2) line 3. # ...propagated at C:/cpanrun-5.8/build/5-8-0/lib/base.pm line 64. # BEGIN failed--compilation aborted at t/t_lib/TestAPI.pm line 8. # Compilation failed in require at (eval 1) line 2. not ok 1 - use TestAPI; Can't locate object method "new" via package "TestAPI" at t/encoders.t line 15. 1..1 # Looks like you failed 1 tests of 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/handler/echo.........# Failed test (t/handler/echo.t at line 10) # Tried to use 'Module::API'. # Error: Base class package "HTTP::Server::Simple" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8. # Compilation failed in require at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # Compilation failed in require at (eval 1) line 2. not ok 1 - use Module::API; Can't locate object method "send" via package "Module::API" at t/handler/echo.t line 24. ok 2 - Got an Module::API object 1..2 # Looks like you failed 1 tests of 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/2 tests, 50.00% okay t/payload..............Base class package "HTTP::Server::Simple" is empty. (Perhaps you need to 'use' the module which defines that package first.) at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8 BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8. Compilation failed in require at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. Compilation failed in require at t/payload.t line 10. BEGIN failed--compilation aborted at t/payload.t line 10. dubious Test returned status 255 (wstat 65280, 0xff00) t/plugins..............# Failed test (t/plugins.t at line 13) # Tried to use 'TestAPI'. # Error: Base class package "HTTP::Server::Simple" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8. # Compilation failed in require at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # Compilation failed in require at (eval 2) line 3. # ...propagated at C:/cpanrun-5.8/build/5-8-0/lib/base.pm line 64. # BEGIN failed--compilation aborted at t/t_lib/TestAPI.pm line 8. # Compilation failed in require at (eval 1) line 2. not ok 1 - use TestAPI; Can't locate object method "new" via package "TestAPI" at t/plugins.t line 15. 1..1 # Looks like you failed 1 tests of 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/pod..................1..13 ok 1 - blib\lib\Module\API.pm ok 2 - blib\lib\Module\API\Base.pm ok 3 - blib\lib\Module\API\Handler.pm ok 4 - blib\lib\Module\API\Listener.pm ok 5 - blib\lib\Module\API\Message.pm ok 6 - blib\lib\Module\API\Payload.pm ok 7 - blib\lib\Module\API\Queue.pm ok 8 - blib\lib\Module\API\Request.pm ok 9 - blib\lib\Module\API\Response.pm ok 10 - blib\lib\Module\API\Server.pm ok 11 - blib\lib\Module\API\Encoder\Storable.pm ok 12 - blib\lib\Module\API\Encoder\YAML.pm ok 13 - blib\lib\Module\API\Plugin\Echo.pm ok t/queue/basics.........# Failed test (t/queue/basics.t at line 10) # Tried to use 'Module::API'. # Error: Base class package "HTTP::Server::Simple" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8. # Compilation failed in require at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # Compilation failed in require at (eval 1) line 2. not ok 1 - use Module::API; ok 2 - use Module::API::Queue; # Failed test (t/queue/basics.t at line 14) # Module::API->can('send_nb') failed # Module::API->can('queue') failed not ok 3 - Module::API->can(...) ok 4 - Module::API::Queue->can(...) Can't locate object method "queue" via package "Module::API" at t/queue/basics.t line 21. 1..4 # Looks like you failed 2 tests of 4. # Looks like your test died just after 4. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 3 Failed 2/4 tests, 50.00% okay t/queue/destroy........# Failed test (t/queue/destroy.t at line 10) # Tried to use 'Module::API'. # Error: Base class package "HTTP::Server::Simple" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8. # Compilation failed in require at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # Compilation failed in require at (eval 1) line 2. not ok 1 - use Module::API; Can't locate object method "queue" via package "Module::API" at t/queue/destroy.t line 17. Use of uninitialized value in concatenation (.) or string at t/queue/destroy.t line 35. ok 2 - got the api object # Failed test (t/queue/destroy.t at line 35) not ok 3 - killed the server on '' 1..3 # Looks like you failed 2 tests of 3. # Looks like your test died just after 3. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 3 Failed 2/3 tests, 33.33% okay t/queue/send-one.......# Failed test (t/queue/send-one.t at line 10) # Tried to use 'Module::API'. # Error: Base class package "HTTP::Server::Simple" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8. # Compilation failed in require at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # Compilation failed in require at (eval 1) line 2. not ok 1 - use Module::API; Can't locate object method "server" via package "Module::API" at t/queue/send-one.t line 19. Use of uninitialized value in concatenation (.) or string at t/queue/send-one.t line 21. ok 2 - got the api object # Failed test (t/queue/send-one.t at line 21) not ok 3 - killed the server on '' 1..3 # Looks like you failed 2 tests of 3. # Looks like your test died just after 3. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 3 Failed 2/3 tests, 33.33% okay t/request..............Base class package "HTTP::Server::Simple" is empty. (Perhaps you need to 'use' the module which defines that package first.) at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8 BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8. Compilation failed in require at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. Compilation failed in require at t/request.t line 11. BEGIN failed--compilation aborted at t/request.t line 11. dubious Test returned status 255 (wstat 65280, 0xff00) t/response.............Base class package "HTTP::Server::Simple" is empty. (Perhaps you need to 'use' the module which defines that package first.) at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8 BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8. Compilation failed in require at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. Compilation failed in require at t/response.t line 10. BEGIN failed--compilation aborted at t/response.t line 10. dubious Test returned status 255 (wstat 65280, 0xff00) t/server...............Base class package "HTTP::Server::Simple" is empty. (Perhaps you need to 'use' the module which defines that package first.) at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8 BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8. Compilation failed in require at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. Compilation failed in require at t/server.t line 8. BEGIN failed--compilation aborted at t/server.t line 8. dubious Test returned status 255 (wstat 65280, 0xff00) t/token................# Failed test (t/token.t at line 10) # Tried to use 'TestAPI'. # Error: Base class package "HTTP::Server::Simple" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API/Server.pm line 8. # Compilation failed in require at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Module-API\blib\lib/Module/API.pm line 16. # Compilation failed in require at (eval 2) line 3. # ...propagated at C:/cpanrun-5.8/build/5-8-0/lib/base.pm line 64. # BEGIN failed--compilation aborted at t/t_lib/TestAPI.pm line 8. # Compilation failed in require at (eval 1) line 2. not ok 1 - use TestAPI; Can't locate object method "new" via package "TestAPI" at t/token.t line 13. Use of uninitialized value in concatenation (.) or string at t/token.t line 30. # Failed test (t/token.t at line 30) not ok 2 - killed the server on '' 1..2 # Looks like you failed 2 tests of 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay Failed 13/16 test scripts, 18.75% okay. 16/103 subtests failed, 84.47% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/00-load.t 1 256 1 1 100.00% 1 t/defaults.t 4 1024 15 4 26.67% 1 3 7 15 t/encoders.t 255 65280 1 1 100.00% 1 t/handler/echo.t 255 65280 2 1 50.00% 1 t/payload.t 255 65280 ?? ?? % ?? t/plugins.t 255 65280 1 1 100.00% 1 t/queue/basics.t 255 65280 4 2 50.00% 1 3 t/queue/destroy.t 255 65280 3 2 66.67% 1 3 t/queue/send-one.t 255 65280 3 2 66.67% 1 3 t/request.t 255 65280 ?? ?? % ?? t/response.t 255 65280 ?? ?? % ?? t/server.t 255 65280 ?? ?? % ?? t/token.t 255 65280 2 2 100.00% 1-2