{
    "content": [
        {
            "type": "text",
            "text": "# Error::Simple (perldoc)\n\n## NAME\n\nError::Simple - the simple error sub-class of Error\n\n## SYNOPSIS\n\nuse base 'Error::Simple';\n\n## DESCRIPTION\n\nThe only purpose of this module is to allow one to say:\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **METHODS**\n- **KNOWN BUGS**\n- **AUTHORS**\n- **SEE ALSO**\n- **SUPPORT** (2 subsections)\n- **AUTHOR**\n- **BUGS**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Error::Simple",
        "section": "",
        "mode": "perldoc",
        "summary": "Error::Simple - the simple error sub-class of Error",
        "synopsis": "use base 'Error::Simple';",
        "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": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "KNOWN BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SUPPORT",
                "lines": 1,
                "subsections": [
                    {
                        "name": "Websites",
                        "lines": 60
                    },
                    {
                        "name": "Source Code",
                        "lines": 8
                    }
                ]
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Error::Simple - the simple error sub-class of Error\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version 0.17029\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use base 'Error::Simple';\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The only purpose of this module is to allow one to say:\n\nuse base 'Error::Simple';\n\nand the only thing it does is \"use\" Error.pm. Refer to the documentation of Error for more\ninformation about Error::Simple.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "Error::Simple->new($text [, $value])\nConstructs an Error::Simple with the text $text and the optional value $value.\n\n$err->stringify()\nError::Simple overloads this method.\n",
                "subsections": []
            },
            "KNOWN BUGS": {
                "content": "None.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Shlomi Fish ( <http://www.shlomifish.org/> )\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Error\n",
                "subsections": []
            },
            "SUPPORT": {
                "content": "",
                "subsections": [
                    {
                        "name": "Websites",
                        "content": "The following websites have more information about this module, and may be of help to you. As\nalways, in addition to those websites please use your favorite search engine to discover more\nresources.\n\n*   MetaCPAN\n\nA modern, open-source CPAN search engine, useful to view POD in HTML format.\n\n<https://metacpan.org/release/Error>\n\n*   Search CPAN\n\nThe default CPAN search engine, useful to view POD in HTML format.\n\n<http://search.cpan.org/dist/Error>\n\n*   RT: CPAN's Bug Tracker\n\nThe RT ( Request Tracker ) website is the default bug/issue tracking system for CPAN.\n\n<https://rt.cpan.org/Public/Dist/Display.html?Name=Error>\n\n*   CPAN Ratings\n\nThe CPAN Ratings is a website that allows community ratings and reviews of Perl modules.\n\n<http://cpanratings.perl.org/d/Error>\n\n*   CPANTS\n\nThe CPANTS is a website that analyzes the Kwalitee ( code metrics ) of a distribution.\n\n<http://cpants.cpanauthors.org/dist/Error>\n\n*   CPAN Testers\n\nThe CPAN Testers is a network of smoke testers who run automated tests on uploaded CPAN\ndistributions.\n\n<http://www.cpantesters.org/distro/E/Error>\n\n*   CPAN Testers Matrix\n\nThe CPAN Testers Matrix is a website that provides a visual overview of the test results for\na distribution on various Perls/platforms.\n\n<http://matrix.cpantesters.org/?dist=Error>\n\n*   CPAN Testers Dependencies\n\nThe CPAN Testers Dependencies is a website that shows a chart of the test results of all\ndependencies for a distribution.\n\n<http://deps.cpantesters.org/?module=Error>\n\nBugs / Feature Requests\nPlease report any bugs or feature requests by email to \"bug-error at rt.cpan.org\", or through\nthe web interface at <https://rt.cpan.org/Public/Bug/Report.html?Queue=Error>. You will be\nautomatically notified of any progress on the request by the system.\n"
                    },
                    {
                        "name": "Source Code",
                        "content": "The code is open to the world, and available for you to hack on. Please feel free to browse it\nand play with it, or whatever. If you want to contribute patches, please send me a diff or prod\nme to pull from your repository :)\n\n<https://github.com/shlomif/perl-error.pm>\n\ngit clone git://github.com/shlomif/perl-error.pm.git\n"
                    }
                ]
            },
            "AUTHOR": {
                "content": "Shlomi Fish ( http://www.shlomifish.org/ )\n",
                "subsections": []
            },
            "BUGS": {
                "content": "Please report any bugs or feature requests on the bugtracker website\n<https://github.com/shlomif/perl-error.pm/issues>\n\nWhen submitting a bug or request, please include a test-file or a patch to an existing test-file\nthat illustrates the bug or desired feature.\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENSE": {
                "content": "This software is copyright (c) 2020 by Shlomi Fish ( http://www.shlomifish.org/ ).\n\nThis is free software; you can redistribute it and/or modify it under the same terms as the Perl\n5 programming language system itself.\n",
                "subsections": []
            }
        }
    }
}