{
    "content": [
        {
            "type": "text",
            "text": "# Specio::Library::Perl (perldoc)\n\n## NAME\n\nSpecio::Library::Perl - Implements type constraint objects for some common Perl language things\n\n## DESCRIPTION\n\nThis library provides some additional string types for common cases.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **DESCRIPTION** (6 subsections)\n- **SUPPORT**\n- **SOURCE**\n- **AUTHOR**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Specio::Library::Perl",
        "section": "",
        "mode": "perldoc",
        "summary": "Specio::Library::Perl - Implements type constraint objects for some common Perl language things",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": [
                    {
                        "name": "PackageName",
                        "lines": 5
                    },
                    {
                        "name": "ModuleName",
                        "lines": 2
                    },
                    {
                        "name": "DistName",
                        "lines": 6
                    },
                    {
                        "name": "Identifier",
                        "lines": 7
                    },
                    {
                        "name": "SafeIdentifier",
                        "lines": 3
                    },
                    {
                        "name": "LaxVersionStr and StrictVersionStr",
                        "lines": 9
                    }
                ]
            },
            {
                "name": "SUPPORT",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SOURCE",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 8,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Specio::Library::Perl - Implements type constraint objects for some common Perl language things\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version 0.47\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This library provides some additional string types for common cases.\n",
                "subsections": [
                    {
                        "name": "PackageName",
                        "content": "A valid package name. Unlike the \"ClassName\" constraint from the Specio::Library::Builtins\nlibrary, this package does not need to be loaded.\n\nThis type does allow Unicode characters.\n"
                    },
                    {
                        "name": "ModuleName",
                        "content": "Same as \"PackageName\".\n"
                    },
                    {
                        "name": "DistName",
                        "content": "A valid distribution name like \"DBD-Pg\" Basically this is the same as a package name with the\ndouble-colons replaced by dashes. Note that there are some historical distribution names that\ndon't fit this pattern, like \"CGI.pm\".\n\nThis type does allow Unicode characters.\n"
                    },
                    {
                        "name": "Identifier",
                        "content": "An Identifier is something that could be used as a symbol name or other identifier (filehandle,\ndirectory handle, subroutine name, format name, or label). It's what you put after the sigil\n(dollar sign, at sign, percent sign) in a variable name. Generally, it's a bunch of word\ncharacters not starting with a digit.\n\nThis type does allow Unicode characters.\n"
                    },
                    {
                        "name": "SafeIdentifier",
                        "content": "This is just like an \"Identifier\" but it excludes the single-character variables underscore\n(\"\"), \"a\"< and \"b\", as these are special variables to the Perl interpreter.\n"
                    },
                    {
                        "name": "LaxVersionStr and StrictVersionStr",
                        "content": "Lax and strict version strings use the islax and isstrict methods from \"version\" to check if\nthe given string would be a valid lax or strict version. version::Internals covers the details\nbut basically: lax versions are everything you may do, and strict omit many of the usages best\navoided.\n\nCREDITS\nMuch of the code and docs for this library comes from MooseX::Types::Perl, written by Ricardo\nSIGNES <rjbs@cpan.org>.\n"
                    }
                ]
            },
            "SUPPORT": {
                "content": "Bugs may be submitted at <https://github.com/houseabsolute/Specio/issues>.\n\nI am also usually active on IRC as 'autarch' on \"irc://irc.perl.org\".\n",
                "subsections": []
            },
            "SOURCE": {
                "content": "The source code repository for Specio can be found at <https://github.com/houseabsolute/Specio>.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Dave Rolsky <autarch@urth.org>\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENSE": {
                "content": "This software is Copyright (c) 2012 - 2021 by Dave Rolsky.\n\nThis is free software, licensed under:\n\nThe Artistic License 2.0 (GPL Compatible)\n\nThe full text of the license can be found in the LICENSE file included with this distribution.\n",
                "subsections": []
            }
        }
    }
}