CC: | ether [...] cpan.org |
Subject: | Warnings with newest Any::Moose |
If the newest Any::Moose is installed (0.27), then some usages of Method::Signatures cause warnings. An example script:
#!perl
{
package MyTest;
use Moose;
use Method::Signatures;
method mytest(Str $something) { }
}
MyTest->new->mytest("something");
__END__
The warning is:
Any::Moose is deprecated. Please use Moo instead at /mnt/part3/slaven.rezic/.cpan/build/2016112915/Method-Signatures-20160608.0051_002-0/blib/lib/Method/Signatures.pm line 1293.