{
    "content": [
        {
            "type": "text",
            "text": "# B::Hooks::EndOfScope::XS (perldoc)\n\n## NAME\n\nB::Hooks::EndOfScope::XS - Execute code after a scope finished compilation - XS implementation\n\n## DESCRIPTION\n\nThis is the implementation of B::Hooks::EndOfScope based on Variable::Magic, which is an XS\nmodule dependent on a compiler. It will always be automatically preferred if Variable::Magic is\navailable.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **DESCRIPTION**\n- **FUNCTIONS**\n- **SUPPORT**\n- **AUTHORS**\n- **COPYRIGHT AND LICENCE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "B::Hooks::EndOfScope::XS",
        "section": "",
        "mode": "perldoc",
        "summary": "B::Hooks::EndOfScope::XS - Execute code after a scope finished compilation - XS implementation",
        "synopsis": null,
        "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": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "FUNCTIONS",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "SUPPORT",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENCE",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "B::Hooks::EndOfScope::XS - Execute code after a scope finished compilation - XS implementation\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version 0.25\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This is the implementation of B::Hooks::EndOfScope based on Variable::Magic, which is an XS\nmodule dependent on a compiler. It will always be automatically preferred if Variable::Magic is\navailable.\n",
                "subsections": []
            },
            "FUNCTIONS": {
                "content": "onscopeend\nonscopeend { ... };\n\nonscopeend $code;\n\nRegisters $code to be executed after the surrounding scope has been compiled.\n\nThis is exported by default. See Sub::Exporter on how to customize it.\n",
                "subsections": []
            },
            "SUPPORT": {
                "content": "Bugs may be submitted through the RT bug tracker\n<https://rt.cpan.org/Public/Dist/Display.html?Name=B-Hooks-EndOfScope> (or\nbug-B-Hooks-EndOfScope@rt.cpan.org <mailto:bug-B-Hooks-EndOfScope@rt.cpan.org>).\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "*   Florian Ragwitz <rafl@debian.org>\n\n*   Peter Rabbitson <ribasushi@leporine.io>\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENCE": {
                "content": "This software is copyright (c) 2008 by Florian Ragwitz.\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": []
            }
        }
    }
}