[ol7_developer_EPEL] perl-autovivification-0.11-1.el7.aarch64

Name:perl-autovivification
Version:0.11
Release:1.el7
Architecture:aarch64
Group:Development/Libraries
Size:90718
License:GPL+ or Artistic
RPM: perl-autovivification-0.11-1.el7.aarch64.rpm
Source RPM: perl-autovivification-0.11-1.el7.src.rpm
Build Date:Fri Jul 27 2018
Build Host:ca-buildarm02.us.oracle.com
Vendor:Oracle America
URL:http://search.cpan.org/dist/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)