Create generic methods for OO Perl
This module solves the problem of having to continually write
accessor methods for your objects that perform standard tasks.
The argument to 'use' is an arrayref, as pairs whose "keys" are
the names of types of generic methods generated by MethodMaker
and whose "values" tell method maker what methods to make.
To override any generated methods, it is sufficient to ensure
that the overriding method is defined when Class::MethodMaker
is called. Note that the use keyword introduces a BEGIN block,
so you may need to define (or at least declare)
your overriding method in a BEGIN block.
- Sources inherited from project openSUSE:11.4
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Evergreen:11.4/perl-Class-MethodMaker && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Class-MethodMaker-2.16.tar.bz2 | 0000069820 68.2 KB | |
perl-Class-MethodMaker.changes | 0000005324 5.2 KB | |
perl-Class-MethodMaker.spec | 0000002388 2.33 KB |
Latest Revision
autobuild
committed
(revision 15)
11.4 source split
Comments 0