Routines for manipulating stashes
Manipulating stashes (Perl's symbol tables) is occasionally necessary, but
incredibly messy, and easy to get wrong. This module hides all of that
behind a simple API.
NOTE: Most methods in this class require a variable specification that
includes a sigil. If this sigil is absent, it is assumed to represent the
IO slot.
Due to limitations in the typeglob API available to perl code, and to
typeglob manipulation in perl being quite slow, this module provides two
implementations - one in pure perl, and one using XS. The XS implementation
is to be preferred for most usages; the pure perl one is provided for cases
where XS modules are not a possibility. The current implementation in use
can be set by setting '$ENV{PACKAGE_STASH_IMPLEMENTATION}' or
'$Package::Stash::IMPLEMENTATION' before loading Package::Stash (with the
environment variable taking precedence), otherwise, it will use the XS
implementation if possible, falling back to the pure perl one.
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / perl-Package-Stash
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Package-Stash && cd $_
- Create Badge
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
Package-Stash-0.40.tar.gz | 0000055402 54.1 KB | |
cpanspec.yml | 0000000669 669 Bytes | |
perl-Package-Stash.changes | 0000006080 5.94 KB | |
perl-Package-Stash.spec | 0000002995 2.92 KB |
Latest Revision
- updated to 0.40 see /usr/share/doc/packages/perl-Package-Stash/Changes 0.40 2022-02-21 05:38:38Z - update bundled version of ExtUtils::HasCompiler, for new new Apple include paths
Comments 0