Sat, 27 Apr 2024 14:14:03 UTC | login

Information for build perl-autovivification-0.18-4.fc29

ID64760
Package Nameperl-autovivification
Version0.18
Release4.fc29
Epoch
SummaryLexically disable autovivification
DescriptionWhen 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 25 Jul 2018 03:01:59 UTC
CompletedWed, 25 Jul 2018 05:23:56 UTC
Taskbuild (f29-candidate, perl-autovivification-0.18-4.fc29.src.rpm)
Tags
f29
f30
RPMs
src
perl-autovivification-0.18-4.fc29.src.rpm (info) (download)
riscv64
perl-autovivification-0.18-4.fc29.riscv64.rpm (info) (download)
perl-autovivification-debuginfo-0.18-4.fc29.riscv64.rpm (info) (download)
perl-autovivification-debugsource-0.18-4.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.18-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.18-3 - Perl 5.28 rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Nov 06 2017 Paul Howarth <paul@city-fan.org> - 0.18-1 - Update to 0.18 - Fix compatibility with CV-in-stash optimization (CPAN RT#123411) - Fix strict/warn flags seeming to do nothing (CPAN RT#122956); the documentation has been amended to clarify how these two options are supposed to be used * Tue Aug 01 2017 Paul Howarth <paul@city-fan.org> - 0.17-1 - Update to 0.17 - A large chunk of boilerplate XS code, which is also used in other XS modules, has been factored out of the main .xs file to a collection of .h files in the xsh subdirectory - The new optimization in perl 5.27.3 for scalar(keys(%$hashref)) is now correctly supported * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.16-6 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild