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-c3-perl
BeschreibungA pragma to use the C3 method resolution order algortihm
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.21-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe92 Byte
Hängt ab vonperl (>= 5.6.0-16), libtest-exception-perl (>= 0.15), libalgorithm-c3-perl (>= 0.05)
Empfohlene Paketelibclass-c3-xs-perl
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße22588 Byte
Prüfsumme MD5d1f67c53e82bf9faa772d2ce31e98155
Prüfsumme SHA1a2a67d4d16e068892745d3e929dccfc93eff1394
Prüfsumme SHA2566f445cf1f2a8159817a22b760e9065652d0260964ae81b76e0f3e712f753ae2b
Link zum Herunterladenlibclass-c3-perl_0.21-1_all.deb
Ausführliche BeschreibungClass::C3 is pragma to change Perl 5's standard method resolution order from depth-first left-to-right (a.k.a - pre-order) to the more sophisticated C3 method resolution order. . C3 is the name of an algorithm which aims to provide a sane method resolution order under multiple inheritence. It was first introduced in the langauge Dylan, and then later adopted as the preferred MRO (Method Resolution Order) for the new-style classes in Python 2.3. Most recently it has been adopted as the 'canonical' MRO for Perl 6 classes, and the default MRO for Parrot objects as well.


Impressum
Linux is a registered trademark of Linus Torvalds