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 Ubuntu Archiv lucid (universe)
Version1.11-2
Sektionuniverse/perl
Prioritätoptional
Installierte Größe188 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße66210 Byte
Prüfsumme MD525d2db1c338acf63e1f449987e22d2d9
Prüfsumme SHA1be3220dbaa0117b6751e084cf0c8dfb39b9a9e66
Prüfsumme SHA2567fbee4200a4a7b0ef0d38c13f205805634bb85235e90cde9bf1bd35e81b96c33
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