[ Bug Fixes ]
- Avoid the
//
operator inType::Params::Parameter
as it isn't
supported in Perl 5.8. Fixes bug introduced in 2.007_003.
- Use
List::Util::sum
instead ofList::Util::sum0
which doesn't exist
in some older versions of List::Util. Fixes bug introduced in 2.007_003.
[ Documentation ]
- Major rewrite of
Type::Params
documentation to prioritize
signature_for
and modern Perl, and some corresponding adjustments to
Type::Tiny::Manual
.
[ Other ]
- The
goto_next
option inType::Params
is now just callednext
. The
original name is still supported for backwards compatibility.