Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Context-Preserve-0.30.0-3.mga8 RPM for noarch

From Mageia 8 for i586 / media / core / release

Name: perl-Context-Preserve Distribution: Mageia
Version: 0.30.0 Vendor: Mageia.Org
Release: 3.mga8 Build date: Wed Feb 12 13:09:03 2020
Group: Development/Perl Build host: localhost
Size: 123427 Source RPM: perl-Context-Preserve-0.30.0-3.mga8.src.rpm
Packager: umeabot <umeabot>
Url: http://search.cpan.org/dist/Context-Preserve
Summary: Run code after a subroutine call, preserving the context the subroutine would have seen if it were the last statement in the caller
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 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.

Provides

Requires

License

GPL or Artistic

Changelog

* Wed Feb 12 2020 umeabot <umeabot> 0.30.0-3.mga8
  + Revision: 1503597
  - Mageia 8 Mass Rebuild
* Thu Sep 20 2018 umeabot <umeabot> 0.30.0-2.mga7
  + Revision: 1282477
  - Mageia 7 Mass Rebuild

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/INSTALL
/usr/share/doc/perl-Context-Preserve/LICENCE
/usr/share/doc/perl-Context-Preserve/META.json
/usr/share/doc/perl-Context-Preserve/META.yml
/usr/share/doc/perl-Context-Preserve/MYMETA.yml
/usr/share/doc/perl-Context-Preserve/README
/usr/share/man/man3/Context::Preserve.3pm.xz
/usr/share/perl5/vendor_perl/Context
/usr/share/perl5/vendor_perl/Context/Preserve.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 16:22:09 2024