{
    "mode": "perldoc",
    "parameter": "Exporter::Tiny",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Exporter%3A%3ATiny/json",
    "generated": "2026-06-17T19:28:35Z",
    "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;",
    "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 <http://rt.cpan.org/Dist/Display.html?Queue=Exporter-Tiny>.\n",
            "subsections": []
        },
        "SUPPORT": {
            "content": "IRC: support is available through in the *#moops* channel on irc.perl.org\n<http://www.irc.perl.org/channels.html>.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Simplified interface to this module: Exporter::Shiny.\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 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::Tiny - an exporter with the features of Sub::Exporter but only core dependencies",
    "flags": [],
    "examples": [],
    "see_also": []
}