[ol8_developer_EPEL] perl-autovivification-0.18-8.el8.aarch64

Name:perl-autovivification
Version:0.18
Release:8.el8
Architecture:aarch64
Group:Unspecified
Size:103120
License:GPL+ or Artistic
RPM: perl-autovivification-0.18-8.el8.aarch64.rpm
Source RPM: perl-autovivification-0.18-8.el8.src.rpm
Build Date:Tue Dec 10 2019
Build Host:ca-arm-jenkins-builder-01
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)