Letter P

perl-autovivification - Lexically disable autovivification

Website: https://metacpan.org/release/autovivification
License: GPL-1.0-or-later OR Artistic-1.0-Perl
Vendor: Alcance Libre, Inc.
Description:
When an undefined variable is dereferenced, it gets silently upgraded to an
array or hash reference (depending of the type of the dereferencing). This
behavior is called autovivification and usually does what you mean (e.g.
when you store a value) but it's sometimes unnatural or surprising because
your variables gets populated behind your back. This is especially true
when several levels of dereferencing are involved, in which case all levels
are vivified up to the last, or when it happens in intuitively read-only
constructs like exists.

Packages

perl-autovivification-0.18-3.aldos.x86_64 [29 KiB] Changelog by Joel Barrios (2023-09-16):
- Clean spec file.

Listing created by Repoview-0.6.6-6.fc14.al