1Type::Tiny::Manual::PolUisceiresC(o3n)tributed Perl DocuTmyepnet:a:tTiionny::Manual::Policies(3)
2
3
4
6 Type::Tiny::Manual::Policies - Type::Tiny policies
7
9 Type::Tiny Stability Policy
10 Type::Tiny 1.000000 is considered stable. Any changes to the API that
11 are big enough to require changes to the test suite will be preceded by
12 a six month notice period, with the following exceptions:
13
14 · Any changes which are necessary to maintain compatibility with new
15 releases of Moose, Moo, and other software that Type::Tiny needs to
16 integrate with.
17
18 · Changes to maintain compatibility with future versions of Perl
19 itself.
20
21 · Where a change fixes a contradiction between the implementation and
22 documentation of Type::Tiny.
23
24 · Where a feature is explicitly documented as being "experimental" or
25 "unstable".
26
27 · Improvements to the text of error messages.
28
29 Experimental and Unstable Type::Tiny Features
30 The following list is currently non-exhaustive.
31
32 · Type::Tiny inlining subs (i.e. "inline_as") may return a list of
33 strings (with "undef" being allowed as the first item on the list).
34 This is experimental. See Type::Utils.
35
36 · Type::Tiny's "my_methods" attribute and the functionality it
37 provides is experimental.
38
39 · The parameterizable coercion API is subject to change.
40
41 · The interaction of deep coercions and mutable coercions currently
42 results in ill-defined behaviour. This could change at any time.
43 (See "Deep Caveat" in Type::Tiny::Manual::Coercions.)
44
45 · Type::Registry's ability to import MooseX::Types and MouseX::Types
46 type libraries is experimental.
47
48 · Integration with Type::Tiny::XS.
49
50 · These modules are considered part of Type::Tiny's internals, and
51 not covered by the stability policy: Devel::TypeTiny::Perl56Compat,
52 Devel::TypeTiny::Perl58Compat, Eval::TypeTiny,
53 Type::Coercion::FromMoose, Type::Tiny::_HalfOp,
54 Types::Standard::ArrayRef, Types::Standard::Dict,
55 Types::Standard::HashRef, Types::Standard::Map,
56 Types::Standard::ScalarRef, and Types::Standard::Tuple.
57
58 · Reply::Plugin::TypeTiny is not covered by the stability policy.
59
60 Type::Tiny Versioning Policy
61 As of 1.000000, this distribution follows a versioning scheme similar
62 to Moo, which is based on a semver <http://semver.org/>-like three
63 component version number, but with the last two components each
64 represented by three decimal digits in the fractional part of the
65 version number. That is, version 1.003002 of the software represents
66 "1.3.2".
67
68 Additionally, releases where the second component is an odd number will
69 be considered unstable/trial releases. (These will also include an
70 underscore in the version number as per the usual CPAN convention.)
71
73 Please report any bugs to
74 <http://rt.cpan.org/Dist/Display.html?Queue=Type-Tiny>.
75
77 Toby Inkster <tobyink@cpan.org>.
78
80 This software is copyright (c) 2013-2014, 2017-2019 by Toby Inkster.
81
82 This is free software; you can redistribute it and/or modify it under
83 the same terms as the Perl 5 programming language system itself.
84
86 THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
87 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
88 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
89
90
91
92perl v5.28.1 2019-01-08 Type::Tiny::Manual::Policies(3)