Paketname | libclass-methodmaker-perl |
Beschreibung | Perl module for creating generic methods |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 2.15-2 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 22560 Byte |
Hängt ab von | perl (>= 5.10.0-24ubuntu4), perlapi-5.10.0, libc6 (>= 2.1.3) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 416634 Byte |
Prüfsumme MD5 | 0bb7f0a0a4591902bc6435872d57710a |
Prüfsumme SHA1 | b1c3adcbbbdee7c0e13aad8226736db8a3ab00b9 |
Prüfsumme SHA256 | b263db7830089984cf26ead0d53dbe413af77627ee1dfb0a0fa072b61843d6ef |
Link zum Herunterladen | libclass-methodmaker-perl_2.15-2_i386.deb |
Ausführliche Beschreibung | Class::MethodMaker is a simple module which solves the problem of having to
continually write accessor and mutator methods for your objects that perform
standard tasks. Instead of thinking in terms of methods, you install one or
more components into a class and methods are automatically created for you.
A component is intended as a cohesive unit of data that should only be changed
using the provided methods.
|