Mon, 20 May 2024 08:07:11 UTC | login

Information for build perl-lexical-underscore-0.004-11.fc33

ID166627
Package Nameperl-lexical-underscore
Version0.004
Release11.fc33
Epoch
SummaryAccess your caller's lexical underscore
DescriptionStarting with Perl 5.10, it is possible to create a lexical version of the Perl default variable $_. It is occasionally useful for a subroutine to be able to access its caller's $_ variable regardless of whether it was lexical or not. The "(_)" sub prototype is the official way to do so, however there are sometimes disadvantages to this. The "lexical::underscore" function returns a scalar reference to either a lexical $_ variable somewhere up the call stack (using PadWalker magic), or to the global $_ if there was no lexical version.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 14 Jul 2020 12:14:08 UTC
CompletedTue, 14 Jul 2020 12:14:08 UTC
Tags
f33
RPMs
src
perl-lexical-underscore-0.004-11.fc33.src.rpm (info) (download)
noarch
perl-lexical-underscore-0.004-11.fc33.noarch.rpm (info) (download)
Changelog * Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.004-11 - Perl 5.32 rebuild * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.004-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.004-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.004-8 - Perl 5.30 rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.004-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.004-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.004-5 - Perl 5.28 rebuild