{
    "mode": "perldoc",
    "parameter": "Exporter::Shiny",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Exporter%3A%3AShiny/json",
    "generated": "2026-06-12T11:59:04Z",
    "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};",
    "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 <http://rt.cpan.org/Dist/Display.html?Queue=Exporter-Tiny>.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "This 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) 2014, 2017 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": []
        }
    },
    "summary": "Exporter::Shiny - shortcut for Exporter::Tiny",
    "flags": [],
    "examples": [],
    "see_also": []
}