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

perl-Class-Method-Modifiers-2.15-1.fc38 RPM for noarch

From Fedora 38 for ppc64le / p

Name: perl-Class-Method-Modifiers Distribution: Fedora Project
Version: 2.15 Vendor: Fedora Project
Release: 1.fc38 Build date: Mon Mar 6 10:54:48 2023
Group: Unspecified Build host: buildvm-x86-06.iad2.fedoraproject.org
Size: 104900 Source RPM: perl-Class-Method-Modifiers-2.15-1.fc38.src.rpm
Packager: Fedora Project
Url: https://metacpan.org/release/Class-Method-Modifiers
Summary: Provides Moose-like method modifiers
Method modifiers are a powerful feature from the CLOS (Common Lisp Object
System) world.

In its most basic form, a method modifier is just a method that calls
'$self->SUPER::foo(@_)'. I for one have trouble remembering that exact
invocation, so my classes seldom re-dispatch to their base classes. Very
bad!

'Class::Method::Modifiers' provides three modifiers: 'before', 'around',
and 'after'. 'before' and 'after' are run just before and after the method
they modify, but can not really affect that original method. 'around' is
run in place of the original method, with a hook to easily call that
original method. See the 'MODIFIERS' section for more details on how the
particular modifiers work.

Provides

Requires

License

GPL-1.0-or-later OR Artistic-1.0-Perl

Changelog

* Mon Mar 06 2023 Paul Howarth <paul@city-fan.org> - 2.15-1
  - Update to 2.15 (rhbz#2175585)
    - Localize $SIG{__DIE__} before calling eval (CPAN RT#146848)
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Jan 17 2023 Paul Howarth <paul@city-fan.org> - 2.14-1
  - Update to 2.14 (rhbz#2161420)
    - Remove Test::Fatal and Test::Needs from test prereqs (GH#7, GH#8)
  - Use SPDX-format license tag
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.13-13
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.13-12
  - Perl 5.36 re-rebuild of bootstrapped packages
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.13-11
  - Perl 5.36 rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.13-10
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.13-9
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.13-8
  - Perl 5.34 re-rebuild of bootstrapped packages
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.13-7
  - Perl 5.34 rebuild

Files

/usr/share/doc/perl-Class-Method-Modifiers
/usr/share/doc/perl-Class-Method-Modifiers/CONTRIBUTING
/usr/share/doc/perl-Class-Method-Modifiers/Changes
/usr/share/doc/perl-Class-Method-Modifiers/README
/usr/share/doc/perl-Class-Method-Modifiers/t
/usr/share/doc/perl-Class-Method-Modifiers/t/00-report-prereqs.dd
/usr/share/doc/perl-Class-Method-Modifiers/t/00-report-prereqs.t
/usr/share/doc/perl-Class-Method-Modifiers/t/000-load.t
/usr/share/doc/perl-Class-Method-Modifiers/t/001-error.t
/usr/share/doc/perl-Class-Method-Modifiers/t/002-cache.t
/usr/share/doc/perl-Class-Method-Modifiers/t/003-basic.t
/usr/share/doc/perl-Class-Method-Modifiers/t/004-around.t
/usr/share/doc/perl-Class-Method-Modifiers/t/005-return.t
/usr/share/doc/perl-Class-Method-Modifiers/t/010-before-args.t
/usr/share/doc/perl-Class-Method-Modifiers/t/011-after-args.t
/usr/share/doc/perl-Class-Method-Modifiers/t/012-around-args.t
/usr/share/doc/perl-Class-Method-Modifiers/t/020-multiple-inheritance.t
/usr/share/doc/perl-Class-Method-Modifiers/t/030-multiple-before.t
/usr/share/doc/perl-Class-Method-Modifiers/t/031-multiple-after.t
/usr/share/doc/perl-Class-Method-Modifiers/t/032-multiple-around.t
/usr/share/doc/perl-Class-Method-Modifiers/t/034-multiple-everything.t
/usr/share/doc/perl-Class-Method-Modifiers/t/035-multiple-everything-twice.t
/usr/share/doc/perl-Class-Method-Modifiers/t/040-twice-orig.t
/usr/share/doc/perl-Class-Method-Modifiers/t/041-modify-parent.t
/usr/share/doc/perl-Class-Method-Modifiers/t/051-undef-list-ctxt.t
/usr/share/doc/perl-Class-Method-Modifiers/t/060-caller.t
/usr/share/doc/perl-Class-Method-Modifiers/t/070-modify-multiple-at-once.t
/usr/share/doc/perl-Class-Method-Modifiers/t/080-multiple-modifiers.t
/usr/share/doc/perl-Class-Method-Modifiers/t/081-sub-and-modifier.t
/usr/share/doc/perl-Class-Method-Modifiers/t/090-diamond.t
/usr/share/doc/perl-Class-Method-Modifiers/t/100-class-mop-method-modifiers.t
/usr/share/doc/perl-Class-Method-Modifiers/t/110-namespace-clean.t
/usr/share/doc/perl-Class-Method-Modifiers/t/120-fresh.t
/usr/share/doc/perl-Class-Method-Modifiers/t/130-clean-underscore.t
/usr/share/doc/perl-Class-Method-Modifiers/t/140-lvalue.t
/usr/share/licenses/perl-Class-Method-Modifiers
/usr/share/licenses/perl-Class-Method-Modifiers/LICENSE
/usr/share/man/man3/Class::Method::Modifiers.3pm.gz
/usr/share/perl5/vendor_perl/Class
/usr/share/perl5/vendor_perl/Class/Method
/usr/share/perl5/vendor_perl/Class/Method/Modifiers.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 22:57:55 2024