[ Bug Fixes ]
- Ensure coderefs returned by overload::Method are called with three
parameters, as passing two parameters can break subs imlpemented in XS.
Hugo van der Sanden++
- Fix explanation message for NumRange/IntRange
- Prevent stringification of Error::TypeTiny from clobbering $@.
bokutin++
[ Documentation ]
- Fix typos in documentation for wrap_methods from Type::Params.