{
    "content": [
        {
            "type": "text",
            "text": "# Exporter::Shiny (perldoc)\n\n## NAME\n\nExporter::Shiny - shortcut for Exporter::Tiny\n\n## SYNOPSIS\n\nuse Exporter::Shiny qw( foo bar );\nIs a shortcut for:\nuse base \"Exporter::Tiny\";\npush our(@EXPORTOK), qw( foo bar );\nFor compatibility with Sub::Exporter, the following longer syntax is also supported:\nuse Exporter::Shiny -setup => {\nexports => [qw( foo bar )],\n};\n\n## DESCRIPTION\n\nThis is a very small wrapper to simplify using Exporter::Tiny.\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::Shiny",
        "section": "",
        "mode": "perldoc",
        "summary": "Exporter::Shiny - shortcut for Exporter::Tiny",
        "synopsis": "use Exporter::Shiny qw( foo bar );\nIs a shortcut for:\nuse base \"Exporter::Tiny\";\npush our(@EXPORTOK), qw( foo bar );\nFor compatibility with Sub::Exporter, the following longer syntax is also supported:\nuse Exporter::Shiny -setup => {\nexports => [qw( foo bar )],\n};",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 12,
                "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::Shiny - shortcut for Exporter::Tiny\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Exporter::Shiny qw( foo bar );\n\nIs a shortcut for:\n\nuse base \"Exporter::Tiny\";\npush our(@EXPORTOK), qw( foo bar );\n\nFor compatibility with Sub::Exporter, the following longer syntax is also supported:\n\nuse Exporter::Shiny -setup => {\nexports => [qw( foo bar )],\n};\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This is a very small wrapper to simplify using Exporter::Tiny.\n\nIt does the following:\n\n*   Marks your package as loaded in %INC;\n\n*   Pushes any function names in the import list onto your @EXPORTOK; and\n\n*   Pushes \"Exporter::Tiny\" onto your @ISA.\n\nIt doesn't set up %EXPORTTAGS or @EXPORT, but there's nothing stopping you doing that yourself.\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\nThis module is just a wrapper around Exporter::Tiny, so take a look at\nExporter::Tiny::Manual::QuickStart and Exporter::Tiny::Manual::Exporting for further information\non what features are available.\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": []
            }
        }
    }
}