K 10 svn:author V 5 adamw K 8 svn:date V 27 2016-03-01T03:45:23.157235Z K 7 svn:log V 526 Add devel/p5-MooX-TypeTiny. This module optimizes Moo type checks when used with Type::Tiny to perform better. It will automatically apply to isa checks and coercions that use Type::Tiny. Non-Type::Tiny isa checks will work as normal. This is done by inlining the type check in a more optimal manner that is specific to Type::Tiny rather than the general mechanism Moo usually uses. With this module, setters with type checks should be as fast as an equivalent check in Moose. WWW: https://metacpan.org/pod/MooX::TypeTiny END