Prune sysutils/rubygem-fluent-mixin-plaintextformatter
[dports.git] / devel / p5-MooseX-Role-Strict / pkg-descr
1 When using Moose::Role, a class which provides a method a role provides will
2 silently override that method. This can cause strange, hard-to-debug errors when
3 the role's methods are not called. Simple use MooseX::Role::Strict instead of
4 Moose::Role and overriding a role's method becomes a composition-time failure.
5 See the synopsis for a resolution.
6
7 WWW: http://search.cpan.org/dist/MooseX-Role-Strict/