Policies

Manual

Type::Tiny Stability Policy

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:

Notice: Planned Changes in Type::Tiny 3

Type::Tiny 3 is expected to be released in the second half of 2026. It is likely to introduce coercions to some common type constraints such as HashRef , ArrayRef , and Str . If your code specifically relies on these types not having coercions, you may need to change your code. (The no_coercions method can give you a copy of any type minus all coercions.)

Experimental and Unstable Type::Tiny Features

The following list is currently non-exhaustive.

Type::Tiny Security Policy

The latest stable release on CPAN is supported for security updates. (By convention, releases with an underscore in their version number are not considered to be stable releases.)

If you are using an older release, you are advised to upgrade.

A list of changes between versions can be found in the Changes file on CPAN with security-related changes tagged "SECURITY" in capital letters.

Reporting a Vulnerability

Please report any issues via GitHub Issues .

If you are concerned that some of the details of your report may lead to an exploit being made public, then keep your issue report vague, and email the details to me directly. My email address can be found on my GitHub profile .

Type::Tiny Versioning 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.)

Perl Version Support

Type::Tiny 0.000_01 to Type::Tiny 0.015_04 required Perl 5.8.1.

Type::Tiny 0.015_05+ and Type::Tiny 1.000000+ requires Perl 5.6.1.

Type::Tiny 2.000000+ will require Perl 5.8.1.

Next Steps

Here's your next step: