INFO
Name: perl-Context-Preserve
Version: 0.03-16.el9
Arch: noarch
Summary: Run code after a subroutine call, preserving the context
License: GPL+ or Artistic
Vendor: Fedora Project
Build Host: buildvm-s390x-31.s390.fedoraproject.org
Build Date: Fri Jul 8 19:38:11 2022
Size: 30579
URL: https://metacpan.org/release/Context-Preserve
Description: Sometimes 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 code reference that is the "original function", and another code
reference to run after running the original. You can modify the return value
(aliased to @_) here, and do whatever else you need to do. 'wantarray' is
correct inside both code references; 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.
FILES
/usr/share/doc/perl-Context-Preserve
/usr/share/doc/perl-Context-Preserve/CONTRIBUTING
/usr/share/doc/perl-Context-Preserve/Changes
/usr/share/doc/perl-Context-Preserve/README
/usr/share/licenses/perl-Context-Preserve
/usr/share/licenses/perl-Context-Preserve/LICENCE
/usr/share/man/man3/Context::Preserve.3pm.gz
/usr/share/perl5/vendor_perl/Context
/usr/share/perl5/vendor_perl/Context/Preserve.pm
REQUIRES
perl(:MODULE_COMPAT_5.32.1)
perl(Carp)
perl(Exporter)
perl(base)
perl(strict)
perl(warnings)
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
perl(Context::Preserve) 0.03
perl-Context-Preserve 0.03-16.el9
CONFIG FILES
/usr/share/doc/perl-Context-Preserve
/usr/share/doc/perl-Context-Preserve/CONTRIBUTING d
/usr/share/doc/perl-Context-Preserve/Changes d
/usr/share/doc/perl-Context-Preserve/README d
/usr/share/licenses/perl-Context-Preserve
/usr/share/licenses/perl-Context-Preserve/LICENCE l
/usr/share/man/man3/Context::Preserve.3pm.gz d
/usr/share/perl5/vendor_perl/Context
/usr/share/perl5/vendor_perl/Context/Preserve.pm
LICENSE FILES
GPL+ or Artistic
|