{
    "content": [
        {
            "type": "text",
            "text": "# Regexp::Common::_support (perldoc)\n\n## NAME\n\nRegexp::Common::support -- Support functions for Regexp::Common.\n\n## SYNOPSIS\n\nuse Regexp::Common::support qw /luhn/;\nluhn ($number)    # Returns true/false.\n\n## DESCRIPTION\n\nThis module contains some subroutines to be used by other \"Regexp::Common\" modules. It's not\nintended to be used directly. Subroutines from the module may disappear without any notice, or\ntheir meaning or interface may change without notice.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **AUTHOR**\n- **BUGS AND IRRITATIONS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Regexp::Common::_support",
        "section": "",
        "mode": "perldoc",
        "summary": "Regexp::Common::support -- Support functions for Regexp::Common.",
        "synopsis": "use Regexp::Common::support qw /luhn/;\nluhn ($number)    # Returns true/false.",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "BUGS AND IRRITATIONS",
                "lines": 12,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Regexp::Common::support -- Support functions for Regexp::Common.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Regexp::Common::support qw /luhn/;\n\nluhn ($number)    # Returns true/false.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module contains some subroutines to be used by other \"Regexp::Common\" modules. It's not\nintended to be used directly. Subroutines from the module may disappear without any notice, or\ntheir meaning or interface may change without notice.\n\nluhn\nThis subroutine returns true if its argument passes the luhn checksum test.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "<http://www.webopedia.com/TERM/L/Luhnformula.html>.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Abigail (*regexp-common@abigail.be*).\n",
                "subsections": []
            },
            "BUGS AND IRRITATIONS": {
                "content": "Bound to be plenty.\n\nLICENSE and COPYRIGHT\nThis software is Copyright (c) 2001 - 2017, Damian Conway and Abigail.\n\nThis module is free software, and maybe used under any of the following licenses:\n\n1) The Perl Artistic License.     See the file COPYRIGHT.AL.\n2) The Perl Artistic License 2.0. See the file COPYRIGHT.AL2.\n3) The BSD License.               See the file COPYRIGHT.BSD.\n4) The MIT License.               See the file COPYRIGHT.MIT.\n",
                "subsections": []
            }
        }
    }
}