| Paketname | libclass-default-perl | 
| Beschreibung | Perl module to make static calls apply to a default instantiation | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 1.51-2 | 
| Sektion | perl | 
| Priorität | optional | 
| Installierte Größe | 28 Byte | 
| Hängt ab von | perl (>= 5.6.0-16) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Debian Perl Group | 
| Quelle |  | 
| Paketgröße | 11156 Byte | 
| Prüfsumme MD5 | 95d019c603b65238815be69aee21a859 | 
| Prüfsumme SHA1 | 039af7a1e982e99ebd8637347b818528056b8e0d | 
| Prüfsumme SHA256 | d5dc0c64189a57f1cbc0d3cd2bf25a24c7f0dc487d8242cb51df493d2cc1adbe | 
| 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. |