[ Bug Fixes ]
- The Tuple structured type was treating arrays with missing required
elements as if they were present but undef.
Fixes RT#88277.
Steven Lee++
https://rt.cpan.org/Public/Bug/Display.html?id=88277
[ Documentation ]
- Document the internals of Exporter::TypeTiny.
[ Packaging ]
- Take advantage of dynamic_config to ask automated testers to test
Type::Tiny with Moose present, but only if the Type::Tiny version number
includes an underscore.
- use Dist-Inkt
[ Other ]
- Exporter::TypeTiny will now use method-style resolution when searching
for a sub to export.
- Make Exporter::TypeTiny support generators with less internals-hacking.