1Package::Stash::PP(3) User Contributed Perl DocumentationPackage::Stash::PP(3)
2
3
4

NAME

6       Package::Stash::PP - pure perl implementation of the Package::Stash API
7

VERSION

9       version 0.34
10

SYNOPSIS

12         use Package::Stash;
13

DESCRIPTION

15       This is a backend for Package::Stash implemented in pure perl, for
16       those without a compiler or who would like to use this inline in
17       scripts.
18

BUGS

20       ·   remove_symbol also replaces the associated typeglob
21
22           This can cause unexpected behavior when doing manipulation at
23           compile time - removing subroutines will still allow them to be
24           called from within the package as subroutines (although they will
25           not be available as methods). This can be considered a feature in
26           some cases (this is how namespace::clean works, for instance), but
27           should not be relied upon - use "remove_glob" directly if you want
28           this behavior.
29
30       ·   Some minor memory leaks
31
32           The pure perl implementation has a couple minor memory leaks (see
33           the TODO tests in t/20-leaks.t) that I'm having a hard time
34           tracking down - these may be core perl bugs, it's hard to tell.
35
36       Please report any bugs through RT: email "bug-package-stash at
37       rt.cpan.org", or browse to
38       <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Package-Stash>.
39

SEE ALSO

41       ·   Class::MOP::Package
42
43           This module is a factoring out of code that used to live here
44

SUPPORT

46       You can find this documentation for this module with the perldoc
47       command.
48
49           perldoc Package::Stash
50
51       You can also look for information at:
52
53       ·   AnnoCPAN: Annotated CPAN documentation
54
55           <http://annocpan.org/dist/Package-Stash>
56
57       ·   CPAN Ratings
58
59           <http://cpanratings.perl.org/d/Package-Stash>
60
61       ·   RT: CPAN's request tracker
62
63           <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Package-Stash>
64
65       ·   Search CPAN
66
67           <http://search.cpan.org/dist/Package-Stash>
68

AUTHOR

70       Jesse Luehrs <doy at tozt dot net>
71
72       Mostly copied from code from Class::MOP::Package, by Stevan Little and
73       the Moose Cabal.
74

AUTHOR

76       Jesse Luehrs <doy at tozt dot net>
77
79       This software is copyright (c) 2013 by Jesse Luehrs.
80
81       This is free software; you can redistribute it and/or modify it under
82       the same terms as the Perl 5 programming language system itself.
83
84
85
86perl v5.16.3                      2013-01-04             Package::Stash::PP(3)
Impressum