Name : perl-MOP
| |
Version : 1.00
| Vendor : PLD
|
Release : 9
| Date : 2003-04-28 23:06:31
|
Group : Development/Languages/perl
| Source RPM : perl-MOP-1.00-9.src.rpm
|
Size : 0.06 MB
| |
Packager : PLD bug tracking system ( http://bugs_pld_org_pl/ )
| |
Summary : MOP::MOP - Perl extension providing a meta-object protocol for Perl modules
|
Description :
This module provides a simple and, in my opinion, powerful meta-object protocol (MOP) for Perl5 modules. In short, such MOP allows to trap the method calls made on an object (represented by a reference) before they reach the original module implementing them. These method calls are redirected to another module, called the meta-module, before their execution. The original (legitimate) destination of the method call is in the (base) module. Of course, one day or another, the meta-module should perform the actual normal method call at the base level, but it can do some nice things before or after doing that. And this is the whole purpose of its existence.
|
RPM found in directory: /vol/rzm3/linux-pld/dists/ra/ready/i586 |