Paketname | libclass-c3-perl |
Beschreibung | A pragma to use the C3 method resolution order algortihm |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.21-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 92 Byte |
Hängt ab von | perl (>= 5.6.0-16), libtest-exception-perl (>= 0.15), libalgorithm-c3-perl (>= 0.05) |
Empfohlene Pakete | libclass-c3-xs-perl |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 22588 Byte |
Prüfsumme MD5 | d1f67c53e82bf9faa772d2ce31e98155 |
Prüfsumme SHA1 | a2a67d4d16e068892745d3e929dccfc93eff1394 |
Prüfsumme SHA256 | 6f445cf1f2a8159817a22b760e9065652d0260964ae81b76e0f3e712f753ae2b |
Link zum Herunterladen | libclass-c3-perl_0.21-1_all.deb |
Ausführliche Beschreibung | Class::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.
|