The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Package::Stash"

Package::Stash - Routines for manipulating stashes River stage four • 78 direct dependents • 8429 total dependents

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 s...

ETHER/Package-Stash-0.40 - 21 Feb 2022 05:40:20 UTC

Package::Stash::PP - Pure perl implementation of the Package::Stash API River stage four • 78 direct dependents • 8429 total dependents

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

ETHER/Package-Stash-0.40 - 21 Feb 2022 05:40:20 UTC

Package::Stash::XS - Faster and more correct implementation of the Package::Stash API River stage four • 5 direct dependents • 4008 total dependents

This is a backend for Package::Stash, which provides the functionality in a way that's less buggy and much faster. It will be used by default if it's installed, and should be preferred in all environments with a compiler....

ETHER/Package-Stash-XS-0.30 - 12 Jun 2022 20:02:03 UTC

Package::Anon - Anonymous packages River stage zero No dependents

This module allows for anonymous packages that are independent of the main namespace and only available through an object instance, not by name. # Declare an anonymous package using new() my $stash = Package::Anon->new; # Add behavior to the package ...

AUGGY/Package-Anon-0.05 - 29 Aug 2012 16:06:50 UTC

Package::Reaper - pseudo-garbage-collection for packages River stage two • 3 direct dependents • 23 total dependents

This module allows you to create simple objects which, when destroyed, delete a given package. This lets you approximate lexically scoped packages....

RJBS/Package-Generator-1.106 - 29 Dec 2013 03:09:56 UTC

Package::MoreUtil - Package-related utilities River stage two • 5 direct dependents • 79 total dependents

DEPRECATION NOTICE: This module is deprecated in favor of Package::Stash and Package::Util::Lite....

PERLANCAR/Package-MoreUtil-0.592 - 25 Dec 2019 01:33:25 UTC

Package::Localize - localize package variables in other packages River stage zero No dependents

This module allows you to use multple instances of packages that have package variables operated by the functions the module offers. Currently there is no support for OO modules; functions only....

ZOFFIX/Package-Localize-1.001002 - 23 Sep 2015 13:08:30 UTC

Package::Checkpoint - Checkpoint the scalar, array and hash values in a package for later restoration River stage zero No dependents

This module saves the scalars, array and hash variables inside a package. It doesn't save anything else, including anything in any sub-packages. The intent is if you are storing app configuration in a package, you can checkpoint the config, make chan...

PLICEASE/Package-Checkpoint-0.01 - 26 Apr 2021 22:44:25 UTC

Package::Util::Lite - Package-related utilities River stage three • 7 direct dependents • 597 total dependents

This module provides package-related utilities. You should check Package::Stash first, then here....

PERLANCAR/Package-Util-Lite-0.001 - 06 Jan 2019 13:10:46 UTC

Package::Debug::Object - Object oriented guts to Package::Debug River stage zero No dependents

KENTNL/Package-Debug-0.2.2 - 26 Sep 2013 06:54:52 UTC

FindApp::Utils::Package - FIXME River stage zero No dependents

Public Methods FIXME Exports export_alias export_function export_ok implementation implements sibpackage sibuse sort_packages sort_packages_lexically sort_packages_numerically stash stashes subs_in subpackage subuse toppackage topuse with...

TOMC/FindApp-v0.0.6 - 01 Nov 2021 14:47:49 UTC

Package::Checkpoint::Guard - Checkpoint the scalar, array and hash values in a package for automatic restoration River stage zero No dependents

This class works exactly like Package::Checkpoint, except that it will automatically restore when it falls out of scope....

PLICEASE/Package-Checkpoint-0.01 - 26 Apr 2021 22:44:25 UTC

FindApp::Utils::Package::Object - FIXME River stage zero No dependents

Public Methods "abbreviate" Returns a string where all package elements but the last two have been abbreviated to a single lowercase letter. Used for debugging output when the FINDAPP_DEBUG_SHORTEN environment variable is true. $short = PACKAGE("Find...

TOMC/FindApp-v0.0.6 - 01 Nov 2021 14:47:49 UTC
13 results (0.078 seconds)