{
    "mode": "perldoc",
    "parameter": "Package::Stash::PP",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Package%3A%3AStash%3A%3APP/json",
    "generated": "2026-06-10T13:43:54Z",
    "synopsis": "use Package::Stash;",
    "sections": {
        "NAME": {
            "content": "Package::Stash::PP - Pure perl implementation of the Package::Stash API\n",
            "subsections": []
        },
        "VERSION": {
            "content": "version 0.39\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Package::Stash;\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This is a backend for Package::Stash implemented in pure perl, for those without a compiler or\nwho would like to use this inline in scripts.\n\n*   removesymbol also replaces the associated typeglob\n\nThis can cause unexpected behavior when doing manipulation at compile time - removing\nsubroutines will still allow them to be called from within the package as subroutines\n(although they will not be available as methods). This can be considered a feature in some\ncases (this is how namespace::clean works, for instance), but should not be relied upon -\nuse \"removeglob\" directly if you want this behavior.\n\n*   Some minor memory leaks\n\nThe pure perl implementation has a couple minor memory leaks (see the TODO tests in\nt/20-leaks.t) that I'm having a hard time tracking down - these may be core perl bugs, it's\nhard to tell.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "*   Class::MOP::Package\n\nThis module is a factoring out of code that used to live here\n",
            "subsections": []
        },
        "BUGS": {
            "content": "Bugs may be submitted through the RT bug tracker\n<https://rt.cpan.org/Public/Dist/Display.html?Name=Package-Stash> (or\nbug-Package-Stash@rt.cpan.org <mailto:bug-Package-Stash@rt.cpan.org>).\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Mostly copied from code from Class::MOP::Package, by Stevan Little and the Moose Cabal.\n",
            "subsections": []
        },
        "COPYRIGHT AND LICENSE": {
            "content": "This software is copyright (c) 2020 by Jesse Luehrs.\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": "Package::Stash::PP - Pure perl implementation of the Package::Stash API",
    "flags": [],
    "examples": [],
    "see_also": []
}