[ Documentation ]
- Mention MooX::Pression.
[ Other ]
- Added: Type::Params now supports
head
andtail
options for
compile
,compile_named
, andcompile_named_oo
.
- Parameterized
Ref
type constraint in Types::Standard now checks its
parameter is a known Perl ref type.
- Type::Params on Perl older than 5.10 now uses its own B::perlstring
implementation to quote strings instead of using B::cstring.