DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibclass-prototyped-perl
BeschreibungFast prototype-based OO programming in Perl
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.11-2
Sektionperl
Prioritätoptional
Installierte Größe196 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße69896 Byte
Prüfsumme MD583543aa4b09994a944147083819f01ec
Prüfsumme SHA17531a9fa221f67ce46b8ae89da2a78a6ddfe68fc
Prüfsumme SHA256de27aa608b63533fc43874127eb31d1e027181e8119c6e8233e634736b067196
Link zum Herunterladenlibclass-prototyped-perl_1.11-2_all.deb
Ausführliche BeschreibungThis package provides for efficient and simple prototype-based programming in Perl. You can provide different subroutines for each object, and also have objects inherit their behavior and state from another object. . The structure of an object is inspected and modified through *mirrors*, which are created by calling "reflect" on an object or class that inherits from "Class::Prototyped". . The author says: 'When I reach for "Class::Prototyped", it's generally because I really need it. When the cleanest way of solving a problem is for the code that uses a module to subclass from it, that is generally a sign that "Class::Prototyped" would be of use. If you find yourself avoiding the problem by passing anonymous subroutines as parameters to the "new" method, that's another good sign that you should be using prototype based programming. If you find yourself storing anonymous subroutines in databases, configuration files, or text files, and then writing infrastructure to handle calling those anonymous subroutines, that's yet another sign. When you expect the people using your module to want to change the behavior, override subroutines, and so forth, that's a sign'.


Impressum
Linux is a registered trademark of Linus Torvalds