{
    "content": [
        {
            "type": "text",
            "text": "# Sub::Exporter::Progressive (perldoc)\n\n## NAME\n\nSub::Exporter::Progressive - Only use Sub::Exporter if you need it\n\n## SYNOPSIS\n\npackage 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' };\n\n## DESCRIPTION\n\nSub::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\n## Sections\n\n- **NAME**\n- **VERSION**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **CONTRIBUTORS**\n- **AUTHOR**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Sub::Exporter::Progressive",
        "section": "",
        "mode": "perldoc",
        "summary": "Sub::Exporter::Progressive - Only use Sub::Exporter if you need it",
        "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' };",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 19,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "CONTRIBUTORS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 5,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}