Sat, 27 Apr 2024 16:09:45 UTC | login

Information for build perl-autovivification-0.18-7.fc31

ID124804
Package Nameperl-autovivification
Version0.18
Release7.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-autovivification.git#1021562fa3001f85e4a9803c7dc304bd26a65fc3
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
StartedSat, 31 Aug 2019 22:33:05 UTC
CompletedSat, 31 Aug 2019 23:31:15 UTC
Taskbuild (f31-candidate, /rpms/perl-autovivification.git:1021562fa3001f85e4a9803c7dc304bd26a65fc3)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-autovivification.git#1021562fa3001f85e4a9803c7dc304bd26a65fc3'}}
Tags
f31
f32
f33
RPMs
src
perl-autovivification-0.18-7.fc31.src.rpm (info) (download)
riscv64
perl-autovivification-0.18-7.fc31.riscv64.rpm (info) (download)
perl-autovivification-debuginfo-0.18-7.fc31.riscv64.rpm (info) (download)
perl-autovivification-debugsource-0.18-7.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.18-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.18-6 - Perl 5.30 rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.18-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * 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