Tue, 11 Jun 2024 15:40:23 UTC | login

Information for build perl-Context-Preserve-0.02-3.fc27

ID11649
Package Nameperl-Context-Preserve
Version0.02
Release3.fc27
Epoch
SummaryRun code after a subroutine call, preserving context
DescriptionSometimes you need to call a function, get the results, act on the results, then return the result of the function. This is painful because of contexts; the original function can behave different if it's called in void, scalar, or list context. You can ignore the various cases and just pick one, but that's fragile. To do things right, you need to see which case you're being called in, and then call the function in that context. This results in 3 code paths, which is a pain to type in (and maintain). This module automates the process. You provide a coderef that is the "original function", and another coderef to run after the original runs. You can modify the return value (aliased to @_) here, and do whatever else you need to do. 'wantarray' is correct inside both coderefs; in "after", though, the return value is ignored and the value 'wantarray' returns is related to the context that the original function was called in.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:18:00 UTC
CompletedSat, 14 Apr 2018 20:18:00 UTC
Tags
f28
f29
RPMs
src
perl-Context-Preserve-0.02-3.fc27.src.rpm (info) (download)
noarch
perl-Context-Preserve-0.02-3.fc27.noarch.rpm (info) (download)
Changelog * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.02-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.02-2 - Perl 5.26 rebuild * Fri May 12 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.02-1 - 0.02 bump * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.01-18 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Jan 26 2016 Petr Šabata <contyk@redhat.com> - 0.01-16 - Package cleanup * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.01-14 - Perl 5.22 rebuild * Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.01-13 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Mon Jul 22 2013 Petr Pisar <ppisar@redhat.com> - 0.01-10 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 0.01-7 - Perl 5.16 rebuild * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.01-5 - Perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.01-3 - 661697 rebuild for fixing problems with vendorach/lib * Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.01-2 - Mass rebuild with perl-5.12.0 * Fri Mar 05 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.01-1 - specfile by Fedora::App::MaintainerTools 0.004