Fedora 16 Update: perl-Class-Method-Modifiers-1.09-1.fc16

updates at fedoraproject.org updates at fedoraproject.org
Thu Apr 12 11:35:02 UTC 2012


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-5260
2012-04-03 19:16:17
--------------------------------------------------------------------------------

Name        : perl-Class-Method-Modifiers
Product     : Fedora 16
Version     : 1.09
Release     : 1.fc16
URL         : http://search.cpan.org/dist/Class-Method-Modifiers
Summary     : Provides Moose-like method modifiers
Description :
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.

--------------------------------------------------------------------------------
Update Information:

This update installs modified subs in the proper namespace [rt#74569]
--------------------------------------------------------------------------------
ChangeLog:

* Tue Apr  3 2012 Iain Arnell <iarnell at gmail.com> 1.09-1
- update to latest upstream version
* Sun Jan 22 2012 Iain Arnell <iarnell at gmail.com> 1.08-3
- drop tests subpackage; move tests to main package documentation
* Tue Jan 17 2012 Iain Arnell <iarnell at gmail.com> - 1.08-2
- rebuilt again for F17 mass rebuild
* Fri Jan 13 2012 Iain Arnell <iarnell at gmail.com> 1.08-1
- update to latest upstream version
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.07-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update perl-Class-Method-Modifiers' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list