Type::Tiny::Manual::Policies - Type::Tiny policies |
Type::Tiny::Manual::Policies - Type::Tiny policies
Type::Tiny 1.000000 is considered stable. Any changes to the API that are big enough to require changes to the test suite will be preceded by a six month > notice period, with the following exceptions:
The following list is currently non-exhaustive.
inline_as
) may return a list of
strings (with undef
being allowed as the first item on the list).
This is experimental. See the Type::Utils manpage.
the Type::Tiny manpage's my_methods
attribute and the functionality it
provides is experimental.
The parameterizable coercion API is subject to change.
The interaction of deep coercions and mutable coercions currently results
in ill-defined behaviour. This could change at any time.
(See Deep Caveat in the Type::Tiny::Manual::Coercions manpage.)
the Type::Registry manpage's ability to import the MooseX::Types manpage and the MouseX::Types manpage
type libraries is experimental.
Integration with the Type::Tiny::XS manpage.
These modules are considered part of Type::Tiny's internals, and not
covered by the stability policy:
the Devel::TypeTiny::Perl56Compat manpage,
the Devel::TypeTiny::Perl58Compat manpage,
the Eval::TypeTiny manpage,
the Type::Coercion::FromMoose manpage,
the Type::Tiny::_HalfOp manpage,
the Types::Standard::ArrayRef manpage,
the Types::Standard::Dict manpage,
the Types::Standard::HashRef manpage,
the Types::Standard::Map manpage,
the Types::Standard::ScalarRef manpage, and
the Types::Standard::Tuple manpage.
the Reply::Plugin::TypeTiny manpage is not covered by the stability policy.
As of 1.000000, this distribution follows a versioning scheme similar to Moo, which is based on a semver-like three component version number, but with the last two components each represented by three decimal digits in the fractional part of the version number. That is, version 1.003002 of the software represents ``1.3.2''.
Additionally, releases where the second component is an odd number will be considered unstable/trial releases. (These will also include an underscore in the version number as per the usual CPAN convention.)
Please report any bugs to http://rt.cpan.org/Dist/Display.html.
Toby Inkster <tobyink@cpan.org>.
This software is copyright (c) 2013-2014 by Toby Inkster.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Type::Tiny::Manual::Policies - Type::Tiny policies |