Skip Menu |

This queue is for tickets about the Config-Model-Xorg CPAN distribution.

Report information
The Basics
Id: 118911
Status: resolved
Priority: 0/
Queue: Config-Model-Xorg

People
Owner: DDUMONT [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.111
Fixed in: 1.113



Subject: Warning check fails: Any::Moose is deprecated
t/model_tests.t started to fail on my smokers: ... # Failed test 'Read configuration and created instance with init() method with warning check ' # at /usr/perl5.24.0p/lib/site_perl/5.24.0/Config/Model/Tester.pm line 156. # found carped warning: Any::Moose is deprecated. Please use Moo instead at /home/cpansand/.cpan/build/2016112218/Config-Model-Xorg-1.111-5TVBGs/blib/lib/Config/Model/Backend/Xorg.pm line 13. # didn't expect to find a warning # Looks like you failed 1 test of 62. t/model_tests.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/62 subtests ... It seems that Any-Moose got a deprecation warning recently: https://metacpan.org/source/ETHER/Any-Moose-0.27/Changes#L4
I've replaced Any::Moose with Mouse. Thanks for the report