Subject: | Role::Tiny 2.000007 breaks Moo roles that use Type::Tiny libraries |
Date: | Fri, 2 Aug 2019 13:44:42 +0100 |
To: | bug-Role-Tiny [...] rt.cpan.org |
From: | Robert Rothenberg <rrwo [...] cpan.org> |
I am working on a codebase with Moo::Role modules that use type tiny
libraries, e.g.
use Moo::Role
use Types::Standard qw/ Str /;
We get errors like
> Undefined subroutine &Types::Standard::Str called at ....
The errors go away if we pin Role::Tiny to the previous version 2.000006.
So I'm wondering if the change to "exclude all constant subs from method
list" is breaking this.
||
||