{
    "content": [
        {
            "type": "text",
            "text": "# Exporter::Tiny (perldoc)\n\n## NAME\n\nExporter::Tiny - an exporter with the features of Sub::Exporter but only core dependencies\n\n## SYNOPSIS\n\npackage MyUtils;\nuse base \"Exporter::Tiny\";\nour @EXPORT = qw(frobnicate);\nsub frobnicate { ... }\n1;\npackage MyScript;\nuse MyUtils \"frobnicate\" => { -as => \"frob\" };\nprint frob(42);\nexit;\n\n## DESCRIPTION\n\nExporter::Tiny supports many of Sub::Exporter's external-facing features including renaming\nimported functions with the \"-as\", \"-prefix\" and \"-suffix\" options; explicit destinations with\nthe \"into\" option; and alternative installers with the \"installer\" option. But it's written in\nonly about 40% as many lines of code and with zero non-core dependencies.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **BUGS**\n- **SEE ALSO**\n- **AUTHOR**\n- **COPYRIGHT AND LICENCE**\n- **DISCLAIMER OF WARRANTIES**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Exporter::Tiny",
        "section": "",
        "mode": "perldoc",
        "summary": "Exporter::Tiny - an exporter with the features of Sub::Exporter but only core dependencies",
        "synopsis": "package MyUtils;\nuse base \"Exporter::Tiny\";\nour @EXPORT = qw(frobnicate);\nsub frobnicate { ... }\n1;\npackage MyScript;\nuse MyUtils \"frobnicate\" => { -as => \"frob\" };\nprint frob(42);\nexit;",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 11,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 18,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENCE",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DISCLAIMER OF WARRANTIES",
                "lines": 4,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Exporter::Tiny - an exporter with the features of Sub::Exporter but only core dependencies\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "package MyUtils;\nuse base \"Exporter::Tiny\";\nour @EXPORT = qw(frobnicate);\nsub frobnicate { ... }\n1;\n\npackage MyScript;\nuse MyUtils \"frobnicate\" => { -as => \"frob\" };\nprint frob(42);\nexit;\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming\nimported functions with the \"-as\", \"-prefix\" and \"-suffix\" options; explicit destinations with\nthe \"into\" option; and alternative installers with the \"installer\" option. But it's written in\nonly about 40% as many lines of code and with zero non-core dependencies.\n\nIts internal-facing interface is closer to Exporter.pm, with configuration done through the\n@EXPORT, @EXPORTOK and %EXPORTTAGS package variables.\n\nIf you are trying to write a module that inherits from Exporter::Tiny, then look at:\n\n*   Exporter::Tiny::Manual::QuickStart\n\n*   Exporter::Tiny::Manual::Exporting\n\nIf you are trying to use a module that inherits from Exporter::Tiny, then look at:\n\n*   Exporter::Tiny::Manual::Importing\n",
                "subsections": []
            },
            "BUGS": {
                "content": "Please report any bugs to <https://github.com/tobyink/p5-exporter-tiny/issues>.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "<https://exportertiny.github.io/>.\n\nSimplified interface to this module: Exporter::Shiny.\n\nLess tiny version, with more features: Exporter::Almighty.\n\nOther interesting exporters: Sub::Exporter, Exporter.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Toby Inkster <tobyink@cpan.org>.\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENCE": {
                "content": "This software is copyright (c) 2013-2014, 2017, 2022-2023 by Toby Inkster.\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": []
            },
            "DISCLAIMER OF WARRANTIES": {
                "content": "THIS PACKAGE IS PROVIDED \"AS IS\" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,\nWITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.\n",
                "subsections": []
            }
        }
    }
}