Sun, 28 Apr 2024 00:38:29 UTC | login

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

ID90587
Package Nameperl-autovivification
Version0.18
Release6.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-autovivification.git#dc1ef0a5b4db6da441c05f6c02b2561b11ad109f
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
StartedThu, 18 Jul 2019 01:51:50 UTC
CompletedThu, 18 Jul 2019 02:01:57 UTC
Taskbuild (f31-candidate, /rpms/perl-autovivification.git:dc1ef0a5b4db6da441c05f6c02b2561b11ad109f)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-autovivification.git#dc1ef0a5b4db6da441c05f6c02b2561b11ad109f'}}
Tags
f31
RPMs
src
perl-autovivification-0.18-6.fc31.src.rpm (info) (download)
riscv64
perl-autovivification-0.18-6.fc31.riscv64.rpm (info) (download)
perl-autovivification-debuginfo-0.18-6.fc31.riscv64.rpm (info) (download)
perl-autovivification-debugsource-0.18-6.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * 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