Paketname | libalgorithm-c3-perl |
Beschreibung | Perl module for merging hierarchies using the C3 algorithm |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.08-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 72 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 11796 Byte |
Prüfsumme MD5 | 003d9854288a982b46619e7bc001dd78 |
Prüfsumme SHA1 | c4c17df62cd13e3ad922103144bc80174f626104 |
Prüfsumme SHA256 | 3ce01bcd0e79a8239c423835924021dfe96606f7bae91bbe5a3abcdaf203df8f |
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.
|