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-trait-perl
BeschreibungAn implementation of Traits in Perl
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.31-1
Sektionperl
Prioritätoptional
Installierte Größe196 Byte
Hängt ab vonperl (>= 5.6.0-16), libclass-accessor-perl
Empfohlene Pakete
PaketbetreuerAlexander Zangerl
Quelle
Paketgröße52984 Byte
Prüfsumme MD528ead995c1c5dc70c612b3cb7241c1c9
Prüfsumme SHA156261f0fa0261121774745307129d6583acb7a56
Prüfsumme SHA25602d3dace154752b58c938459b5c626fa308180bd76a59807a6eb0b25fedb6340
Link zum Herunterladenlibclass-trait-perl_0.31-1_all.deb
Ausführliche BeschreibungTraits are a simple composition mechanism for structuring object-oriented programs. A Trait is essentially a parameterized set of methods, which serves as a building block for classes and is the primitive unit of code reuse. Unlike mixins and multiple inheritance, Traits do not use inheritance as the composition operator. Instead, Trait composition is based on a set of operators that are complementary to single inheritance and result in better composition properties. . Traits are a core part of Perl 6 (called Roles there), and this module implements traits for Perl 5.


Impressum
Linux is a registered trademark of Linus Torvalds