SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Class-Method-Modifiers rpm build for : Fedora 16. For other distributions click perl-Class-Method-Modifiers.

Name : perl-Class-Method-Modifiers
Version : 1.07 Vendor : Fedora Project
Release : 2.fc16 Date : 2011-06-21 04:54:09
Group : Development/Libraries Source RPM : perl-Class-Method-Modifiers-1.07-2.fc16.src.rpm
Size : 0.02 MB
Packager : Fedora Project
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(AATT_)\'. 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.

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/16/Everything/i386/os/Packages

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Class-Method-Modifiers-1.07-2.fc16.noarch.rpm
ftp.icm.edu.pl  perl-Class-Method-Modifiers-1.07-2.fc16.noarch.rpm
ftp.icm.edu.pl  perl-Class-Method-Modifiers-1.07-2.fc16.noarch.rpm
     

Provides :
perl(Class::Method::Modifiers)
perl-Class-Method-Modifiers

Requires :
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
perl(warnings)
perl(:MODULE_COMPAT_5.14.1)
perl(Exporter)
perl(base)
rpmlib(PayloadIsXz) <= 5.2-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
perl(strict)


Content of RPM :
/usr/share/doc/perl-Class-Method-Modifiers-1.07
/usr/share/doc/perl-Class-Method-Modifiers-1.07/Changes
/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

 
ICM