{
    "mode": "perldoc",
    "parameter": "Sub::Exporter::Progressive",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Sub%3A%3AExporter%3A%3AProgressive/json",
    "generated": "2026-06-14T00:34:45Z",
    "synopsis": "package Syntax::Keyword::Gather;\nuse Sub::Exporter::Progressive -setup => {\nexports => [qw( break gather gathered take )],\ngroups => {\ndefault => [qw( break gather gathered take )],\n},\n};\n# elsewhere\n# uses Exporter for speed\nuse Syntax::Keyword::Gather;\n# somewhere else\n# uses Sub::Exporter for features\nuse Syntax::Keyword::Gather 'gather', take => { -as => 'grab' };",
    "sections": {
        "NAME": {
            "content": "Sub::Exporter::Progressive - Only use Sub::Exporter if you need it\n",
            "subsections": []
        },
        "VERSION": {
            "content": "version 0.001013\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "package Syntax::Keyword::Gather;\n\nuse Sub::Exporter::Progressive -setup => {\nexports => [qw( break gather gathered take )],\ngroups => {\ndefault => [qw( break gather gathered take )],\n},\n};\n\n# elsewhere\n\n# uses Exporter for speed\nuse Syntax::Keyword::Gather;\n\n# somewhere else\n\n# uses Sub::Exporter for features\nuse Syntax::Keyword::Gather 'gather', take => { -as => 'grab' };\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Sub::Exporter is an incredibly powerful module, but with that power comes great responsibility,\ner- as well as some runtime penalties. This module is a \"Sub::Exporter\" wrapper that will let\nyour users just use Exporter if all they are doing is picking exports, but use \"Sub::Exporter\"\nif your users try to use \"Sub::Exporter\"'s more advanced features, like renaming exports, if\nthey try to use them.\n\nNote that this module will export @EXPORT, @EXPORTOK and %EXPORTTAGS package variables for\n\"Exporter\" to work. Additionally, if your package uses advanced \"Sub::Exporter\" features like\ncurrying, this module will only ever use \"Sub::Exporter\", so you might as well use it directly.\n",
            "subsections": []
        },
        "CONTRIBUTORS": {
            "content": "ilmari - Dagfinn Ilmari Mannsåker (cpan:ILMARI) <ilmari@ilmari.org>\n\nmst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>\n\nleont - Leon Timmermans (cpan:LEONT) <leont@cpan.org>\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Arthur Axel \"fREW\" Schmidt <Sub-Exporter-Progressive@afoolishmanifesto.com>\n",
            "subsections": []
        },
        "COPYRIGHT AND LICENSE": {
            "content": "This software is copyright (c) 2016 by Arthur Axel \"fREW\" Schmidt.\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": []
        }
    },
    "summary": "Sub::Exporter::Progressive - Only use Sub::Exporter if you need it",
    "flags": [],
    "examples": [],
    "see_also": []
}