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 Ubuntu Archiv lucid (universe)
Version0.22-5ubuntu1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe196 Byte
Hängt ab vonperl, libclass-accessor-perl
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße54560 Byte
Prüfsumme MD5db54cd773455a5c675cb1307bd73cffa
Prüfsumme SHA1280b268f5ceb24540dfb6ec6c7cdc92d32e284fd
Prüfsumme SHA2565dd92471c98dbfe7b383ca014e9f5cfbfcdc658d4953d536eddc6cd6dc8c5010
Link zum Herunterladenlibclass-trait-perl_0.22-5ubuntu1_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