[ Documentation ]
- Clarify when inlining via Sub::Quote may be less efficient than
hand-written inlining.
Fixes RT#86893.
Tim Bunce++
https://rt.cpan.org/Public/Bug/Display.html?id=86893
- Mention in Type::Tiny::Manual::Libraries that the
extends
function is
no longer exported by default; update example code.
Fixes RT#86813.
Pierre Masci++
https://rt.cpan.org/Public/Bug/Display.html?id=86813
https://github.com/tobyink/p5-type-tiny/pull/2
[ Other ]
- Allow an inline_as block to return a list of strings (which are
implictly joined with &&); allow the first item on the list to be undef,
which is treated as the inlined parent type constraint.
Fixes RT#86891.
Tim Bunce++
https://rt.cpan.org/Public/Bug/Display.html?id=86891