Paketname | libclass-mop-perl |
Beschreibung | Perl module implementing a Meta Object Protocol (MOP) |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.98-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 516 Byte |
Hängt ab von | perl (>= 5.10.1-8ubuntu1), perlapi-5.10.1, libc6 (>= 2.1.3), libdevel-globaldestruction-perl, libsub |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 162138 Byte |
Prüfsumme MD5 | b2e014ddb0e0b394e4166b909bba9e31 |
Prüfsumme SHA1 | 9a6e8fe5f356889d3dd2b735f3e46e08cde53b67 |
Prüfsumme SHA256 | a76b8440dfdae9563388a6bf8d74a8b808893f9c1a0b6f22ea9eea32924112a4 |
Link zum Herunterladen | libclass-mop-perl_0.98-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 (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.
|