[ Documentation ]
- More Exporter::TypeTiny docs, including usage with
Sub::Exporter::Lexical.
[ Test Suite ]
- Add test case using Exporter::TypeTiny with Sub::Exporter::Lexical.
[ Other ]
- ASCII-only strings are now accepted by the Chars constraint in
Types::Standard.
- Type::Tiny, Type::Coercion and their subclasses no longer call
Types::TypeTiny->import method.
- Types::TypeTiny lazily loads Exporter::TypeTiny - i.e. it loads
Exporter::TypeTiny when Types::TypeTiny->import is first called.