[ Bug Fixes ]
- Avoid the
//operator inType::Params::Parameteras it isn't
supported in Perl 5.8. Fixes bug introduced in 2.007_003.
- Use
List::Util::suminstead ofList::Util::sum0which doesn't exist
in some older versions of List::Util. Fixes bug introduced in 2.007_003.
[ Documentation ]
- Major rewrite of
Type::Paramsdocumentation to prioritize
signature_forand modern Perl, and some corresponding adjustments to
Type::Tiny::Manual.
[ Other ]
- The
goto_nextoption inType::Paramsis now just callednext. The
original name is still supported for backwards compatibility.