Fedora 12 Update: perl-Class-Method-Modifiers-1.05-1.fc12

updates at fedoraproject.org updates at fedoraproject.org
Sat Mar 6 03:48:44 UTC 2010


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2010-3287
2010-03-02 00:31:30
--------------------------------------------------------------------------------

Name        : perl-Class-Method-Modifiers
Product     : Fedora 12
Version     : 1.05
Release     : 1.fc12
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.

--------------------------------------------------------------------------------
ChangeLog:

* Mon Mar  1 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.05-1
- update by Fedora::App::MaintainerTools 0.004
- PERL_INSTALL_ROOT => DESTDIR
* Fri Dec  4 2009 Stepan Kasal <skasal at redhat.com> - 1.04-2
- rebuild against perl 5.10.1
--------------------------------------------------------------------------------

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