Skip Menu |

This queue is for tickets about the HTTP-Engine CPAN distribution.

Report information
The Basics
Id: 124806
Status: new
Priority: 0/
Queue: HTTP-Engine

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.03005
Fixed in: (no value)



Subject: Class::MOP::load_class is deprecated
Another deprecation: ... Class::MOP::load_class is deprecated at /usr/perl5.27.9p/lib/site_perl/5.27.9/amd64-freebsd/Class/MOP.pm line 69. Class::MOP::load_class("HTTP::Engine::Interface::PSGI") called at /home/cpansand/.cpan/build/2018031712/HTTP-Engine-0.03005-0/blib/lib/HTTP/Engine/Types/Core.pm line 26 HTTP::Engine::Types::Core::__ANON__(HASH(0x420ac858)) called at /usr/perl5.27.9p/lib/site_perl/5.27.9/amd64-freebsd/Moose/Meta/TypeCoercion.pm line 65 Moose::Meta::TypeCoercion::__ANON__(HASH(0x420ac858)) called at constructor HTTP::Engine::new (defined at /home/cpansand/.cpan/build/2018031712/HTTP-Engine-0.03005-0/blib/lib/HTTP/Engine.pm line 17) line 32 HTTP::Engine::new("HTTP::Engine", "interface", HASH(0x420ac858)) called at t/moose/020_interface/psgi-with_plack.t line 33 main::__ANON__(50169) called at /home/cpansand/.cpan/build/2018031712/HTTP-Engine-0.03005-0/inc/Test/TCP.pm line 118 Test::TCP::start(Test::TCP=HASH(0x4629bca8)) called at /home/cpansand/.cpan/build/2018031712/HTTP-Engine-0.03005-0/inc/Test/TCP.pm line 102 Test::TCP::new("Test::TCP", "code", CODE(0x46c3a648), "port", 50169) called at /home/cpansand/.cpan/build/2018031712/HTTP-Engine-0.03005-0/inc/Test/TCP.pm line 54 Test::TCP::test_tcp("client", CODE(0x4634f5d0), "server", CODE(0x46c3a648)) called at t/moose/020_interface/psgi-with_plack.t line 37 ...
On 2018-03-17 09:05:35, SREZIC wrote: Show quoted text
> Another deprecation: > > ... > Class::MOP::load_class > is deprecated at /usr/perl5.27.9p/lib/site_perl/5.27.9/amd64- > freebsd/Class/MOP.pm line 69. > Class::MOP::load_class("HTTP::Engine::Interface::PSGI") > called at /home/cpansand/.cpan/build/2018031712/HTTP-Engine-0.03005- > 0/blib/lib/HTTP/Engine/Types/Core.pm line 26 > HTTP::Engine::Types::Core::__ANON__(HASH(0x420ac858)) > called at /usr/perl5.27.9p/lib/site_perl/5.27.9/amd64- > freebsd/Moose/Meta/TypeCoercion.pm line 65 > Moose::Meta::TypeCoercion::__ANON__(HASH(0x420ac858)) > called at constructor HTTP::Engine::new (defined at > /home/cpansand/.cpan/build/2018031712/HTTP-Engine-0.03005- > 0/blib/lib/HTTP/Engine.pm line 17) line 32 > HTTP::Engine::new("HTTP::Engine", > "interface", HASH(0x420ac858)) called at t/moose/020_interface/psgi- > with_plack.t line 33 > main::__ANON__(50169) > called at /home/cpansand/.cpan/build/2018031712/HTTP-Engine-0.03005- > 0/inc/Test/TCP.pm line 118 > Test::TCP::start(Test::TCP=HASH(0x4629bca8)) > called at /home/cpansand/.cpan/build/2018031712/HTTP-Engine-0.03005- > 0/inc/Test/TCP.pm line 102 > Test::TCP::new("Test::TCP", > "code", CODE(0x46c3a648), "port", 50169) called at > /home/cpansand/.cpan/build/2018031712/HTTP-Engine-0.03005- > 0/inc/Test/TCP.pm line 54 > Test::TCP::test_tcp("client", > CODE(0x4634f5d0), "server", CODE(0x46c3a648)) called at > t/moose/020_interface/psgi-with_plack.t line 37 > ...
This is not only causing warnings in the test suite, but also a "hard" error: # Failed test at /home/cpansand/.cpan/build/2018031712/HTTP-Engine-0.03005-0/inc/Test/More.pm line 420. # 'Class::MOP::load_class is deprecated at /usr/perl5.27.9p/lib/site_perl/5.27.9/amd64-freebsd/Class/MOP.pm line 69. # Class::MOP::load_class("HTTP::Engine::Interface::Test") called at /home/cpansand/.cpan/build/2018031712/HTTP-Engine-0.03005-0/blib/lib/HTTP/Engine/Types/Core.pm line 26 # HTTP::Engine::Types::Core::__ANON__(HASH(0x45d9b3a8)) called at /usr/perl5.27.9p/lib/site_perl/5.27.9/amd64-freebsd/Moose/Meta/TypeCoercion.pm line 65 # Moose::Meta::TypeCoercion::__ANON__(HASH(0x45d9b3a8)) called at constructor HTTP::Engine::new (defined at /home/cpansand/.cpan/build/2018031712/HTTP-Engine-0.03005-0/blib/lib/HTTP/Engine.pm line 17) line 32 # HTTP::Engine::new("HTTP::Engine", "interface", HASH(0x45d9b3a8)) called at t/Utils.pm line 141 # t::Utils::run_engine(CODE(0x420c7270), HTTP::Request=HASH(0x45d078a0)) called at t/moose/010_core/request_processor-catch_error.t line 15 # eval {...} called at t/moose/010_core/request_processor-catch_error.t line 12 # orz at t/moose/010_core/request_processor-catch_error.t line 14. # ' # doesn't match '(?^:^orz)' # Looks like you failed 1 test of 3. t/moose/010_core/request_processor-catch_error.t ............ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests