Paketname | libalgorithm-c3-perl |
Beschreibung | Perl module for merging hierarchies using the C3 algorithm |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.08-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 72 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 11804 Byte |
Prüfsumme MD5 | 4bd0af66c7c44e5ef196530b59e2610b |
Prüfsumme SHA1 | db354e55f1f949965ab33118cc7d8de3810f4788 |
Prüfsumme SHA256 | b5eda8c1439e15989f96631ea5c967ac7231368282afc9b5611ce9107882f3e2 |
Link zum Herunterladen | libalgorithm-c3-perl_0.08-1_all.deb |
Ausführliche Beschreibung | The Algorithm::C3 module implements the C3 algorithm.
.
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.
|