-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2009-8994 2009-08-25 21:40:36 --------------------------------------------------------------------------------
Name : perl-Class-Method-Modifiers Product : Fedora 11 Version : 1.04 Release : 1.fc11 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: * Fri Jul 31 2009 Chris Weyl <[email protected]> 1.04-1 - auto-update to 1.04 (by cpan-spec-update 0.01) * Sat Jul 25 2009 Fedora Release Engineering <[email protected]> - 1.02-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Jun 8 2009 Chris Weyl <[email protected]> 1.02-1 - auto-update to 1.02 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) -------------------------------------------------------------------------------- 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 http://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ Fedora-package-announce mailing list [email protected] http://www.redhat.com/mailman/listinfo/fedora-package-announce
