Paketname | libclass-default-perl |
Beschreibung | Perl module to make static calls apply to a default instantiation |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.51-2 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 68 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 11180 Byte |
Prüfsumme MD5 | 6582e22950bc748f8ff03e6fccab11be |
Prüfsumme SHA1 | ce712bed19f4ba37345f22a43fc0a968f99d4a6f |
Prüfsumme SHA256 | 0d6b660b0278eb257828c9673b56edc418d523bfe66e00348cfb3da2c3613aad |
Link zum Herunterladen | libclass-default-perl_1.51-2_all.deb |
Ausführliche Beschreibung | Class::Default provides a mechanism to allow your class to take static method
calls and apply it to a default instantiation of an object. It provides a
flexibility to an API that allows it to be used more comfortably in
different situations.
.
This technique appears to be especially useful when writing modules that you
want to be used in either a single use or a persistent environment. In a CGI
like environment, you want the simplicity of a static interface. You can
call Class->method directly, without having to pass an instantiation
around constantly.
|