Paketname | libclass-c3-perl |
Beschreibung | pragma for using the C3 method resolution order |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.22-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 92 Byte |
Hängt ab von | perl, libalgorithm-c3-perl |
Empfohlene Pakete | libclass-c3-xs-perl |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 23256 Byte |
Prüfsumme MD5 | c13b33116fb5c5c3d1aae580244ba405 |
Prüfsumme SHA1 | 5882f9285f0d12cb4557e9c04af6bd7b134fda04 |
Prüfsumme SHA256 | cf3b6ed415aa22d069d0206ce6c80db79bb7d75cd70b9a69b3a6a7d63be42e1a |
Link zum Herunterladen | libclass-c3-perl_0.22-1_all.deb |
Ausführliche Beschreibung | Class::C3 is a Perl pragma that modifies the standard method resolution order
from depth-first left-to-right to the more sophisticated C3 method resolution
order.
.
The C3 algorithm aims to provide a sane method resolution order with multiple
inheritance. It was first introduced in the Dylan language, later adopted for
Python 2.3. It is also the canonical MRO implementation for Perl 6 classes
and is the default for Parrot objects as well.
|