[ol10_u1_developer_EPEL] perl-autovivification-0.18-18.el10_1.aarch64

Name:perl-autovivification
Version:0.18
Release:18.el10_1
Architecture:aarch64
Group:Unspecified
Size:96217
License:GPL-1.0-or-later OR Artistic-1.0-Perl
RPM: perl-autovivification-0.18-18.el10_1.aarch64.rpm
Source RPM: perl-autovivification-0.18-18.el10_1.src.rpm
Build Date:Wed Apr 01 2026
Build Host:build-ol10-aarch64.oracle.com
Vendor:Oracle America
URL:https://metacpan.org/release/autovivification
Summary:Lexically disable autovivification
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.

Changelog (Show File list) (Show related packages)