Paketname | libclass-mop-perl |
Beschreibung | Perl module implementing a Meta Object Protocol (MOP) |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.04-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 524 Byte |
Hängt ab von | perl (>= 5.10.1-13), perlapi-5.10.1, libc6 (>= 2.1.3), libdevel-globaldestruction-perl, libsub-name- |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 162858 Byte |
Prüfsumme MD5 | a9f1e5d4f4453c28e9e646b01d051559 |
Prüfsumme SHA1 | 4dbbe6dff652a8f15927ca4274f79179dffcba1c |
Prüfsumme SHA256 | 160ef79a4f15a9ab8f3394d03273c26b25ba0d717f7bd7b1dfff958603128130 |
Link zum Herunterladen | libclass-mop-perl_1.04-1_i386.deb |
Ausführliche Beschreibung | Class::MOP is an implementation of a Meta Object Protocol for the Perl object
system. It does not change the behavior or characteristics of the classic Perl
object system, but rather, establishes a protocol for its manipulation and
introspection. It allows for the creation of a more complex object framework
such as Moose (see libmoose-perl), which was inspired by Perl 6's modern
object system.
.
Contrary to popular belief, explicit MOP implementations do not always result
in a performance penalty. In fact, by itself, library does nothing to affect
your existing code base -- you only pay for the features you use.
|