{
    "content": [
        {
            "type": "text",
            "text": "# Type::Tiny::Manual::Policies (perldoc)\n\n## NAME\n\nType::Tiny::Manual::Policies - Type::Tiny policies\n\n## Sections\n\n- **NAME**\n- **MANUAL** (3 subsections)\n- **NEXT STEPS**\n- **AUTHOR**\n- **COPYRIGHT AND LICENCE**\n- **DISCLAIMER OF WARRANTIES**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Type::Tiny::Manual::Policies",
        "section": "",
        "mode": "perldoc",
        "summary": "Type::Tiny::Manual::Policies - Type::Tiny policies",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "MANUAL",
                "lines": 1,
                "subsections": [
                    {
                        "name": "Type::Tiny Stability Policy",
                        "lines": 19
                    },
                    {
                        "name": "Experimental and Unstable Type::Tiny Features",
                        "lines": 42
                    },
                    {
                        "name": "Type::Tiny Versioning Policy",
                        "lines": 11
                    }
                ]
            },
            {
                "name": "NEXT STEPS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENCE",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DISCLAIMER OF WARRANTIES",
                "lines": 4,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Type::Tiny::Manual::Policies - Type::Tiny policies\n",
                "subsections": []
            },
            "MANUAL": {
                "content": "",
                "subsections": [
                    {
                        "name": "Type::Tiny Stability Policy",
                        "content": "Type::Tiny 1.000000 is considered stable. Any changes to the API that\nare big enough to *require* changes to the test suite will be preceded\nby a *six month* notice period, with the following exceptions:\n\n*   Any changes which are necessary to maintain compatibility with new\nreleases of Moose, Moo, and other software that Type::Tiny needs to\nintegrate with.\n\n*   Changes to maintain compatibility with future versions of Perl\nitself.\n\n*   Where a change fixes a contradiction between the implementation and\ndocumentation of Type::Tiny.\n\n*   Where a feature is explicitly documented as being \"experimental\" or\n\"unstable\".\n\n*   Improvements to the text of error messages.\n"
                    },
                    {
                        "name": "Experimental and Unstable Type::Tiny Features",
                        "content": "The following list is currently non-exhaustive.\n\n*   The following type checks result may vary based on your version of\nPerl and whether Type::Tiny::XS is installed. Their outcome is\ncurrently considered undefined, and may change in future versions.\n\n*   Using Object and similar type checks on unblessed regular\nexpression references, the outcome is undefined.\n\n*   On all current versions of Perl, false (\"!!0\") stringifies to\nthe empty string (but using Devel::Peek you can tell the\ndifference between this value and a normal empty string), so Int\nand subtypes of Int do not consider it to be an integer. If\nPerl's behaviour ever changes, you might not be able to rely on\nthis outcome. True (\"!!1\") stringifies as \"1\", so is considered\nan integer.\n\n*   A glob (not a globref but an actual glob) currently passes the\nStringLike type constraint but not the Str type constraint.\n\n*   Type::Tiny's \"mymethods\" attribute and the functionality it\nprovides is experimental.\n\n*   The parameterizable coercion API is subject to change.\n\n*   The interaction of deep coercions and mutable coercions currently\nresults in ill-defined behaviour. This could change at any time.\n\n*   Type::Registry's ability to import MooseX::Types and MouseX::Types\ntype libraries is experimental.\n\n*   These modules are considered part of Type::Tiny's internals, and not\ncovered by the stability policy: Devel::TypeTiny::Perl56Compat,\nDevel::TypeTiny::Perl58Compat, Type::Coercion::FromMoose,\nType::Tiny::HalfOp, Types::Standard::ArrayRef,\nTypes::Standard::CycleTuple, Types::Standard::Dict,\nTypes::Standard::HashRef, Types::Standard::Map,\nTypes::Standard::ScalarRef, Types::Standard::StrMatch,\nTypes::Standard::Tied, and Types::Standard::Tuple.\n\n*   Reply::Plugin::TypeTiny is not covered by the stability policy.\n"
                    },
                    {
                        "name": "Type::Tiny Versioning Policy",
                        "content": "As of 1.000000, this distribution follows a versioning scheme similar to\nMoo, which is based on a semver <http://semver.org/>-like three\ncomponent version number, but with the last two components each\nrepresented by three decimal digits in the fractional part of the\nversion number. That is, version 1.003002 of the software represents\n\"1.3.2\".\n\nAdditionally, releases where the second component is an odd number will\nbe considered unstable/trial releases. (These will also include an\nunderscore in the version number as per the usual CPAN convention.)\n"
                    }
                ]
            },
            "NEXT STEPS": {
                "content": "Here's your next step:\n\n*   Type::Tiny::Manual::Contributing\n\nContributing to Type::Tiny development.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Toby Inkster <tobyink@cpan.org>.\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENCE": {
                "content": "This software is copyright (c) 2013-2014, 2017-2021 by Toby Inkster.\n\nThis is free software; you can redistribute it and/or modify it under\nthe same terms as the Perl 5 programming language system itself.\n",
                "subsections": []
            },
            "DISCLAIMER OF WARRANTIES": {
                "content": "THIS PACKAGE IS PROVIDED \"AS IS\" AND WITHOUT ANY EXPRESS OR IMPLIED\nWARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF\nMERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.\n",
                "subsections": []
            }
        }
    }
}