{
    "mode": "perldoc",
    "parameter": "Specio::Library::Perl",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Specio%3A%3ALibrary%3A%3APerl/json",
    "generated": "2026-06-12T03:17:30Z",
    "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": []
        }
    },
    "summary": "Specio::Library::Perl - Implements type constraint objects for some common Perl language things",
    "flags": [],
    "examples": [],
    "see_also": []
}