[ Documentation ]
- Add lots of stuff to Type::Tiny::Manual::UsingWithMouse.
- Document deep coercions (feature added in 0.003_01).
[ Other ]
- Add a bunch of stub methods to Type::Tiny and Type::Coercion in order to
make it less necessary to inflate to Moose/Mouse meta objects.
- No longer need to add '-mouse' when importing types into Mouse
libraries. (Same change as what we did for Moose in 0.000_11.)
- Types::TypeTiny::to_TypeTiny can now coerce from a
Mouse::Meta::TypeConstraint.
- Various minor changes to Exporter::TypeTiny to make it more
Sub::Exporter compatible.