Paketname | libclass-multimethods-perl |
Beschreibung | Support multimethods and subroutine overloading in Perl |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.70-5 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 132 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 40446 Byte |
Prüfsumme MD5 | 6a6c512c44822278a7df2928fe5ecc61 |
Prüfsumme SHA1 | 134b4e8eb9ddd2e8136f1ea3831f4ad10148448c |
Prüfsumme SHA256 | 28c2ad291dc186e4513bbfc9af10d6b57fc5a07668f50932cc25b29137f89a1b |
Link zum Herunterladen | libclass-multimethods-perl_1.70-5_all.deb |
Ausführliche Beschreibung | Sometimes Perl's standard polymorphic method dispatch mechanism isn't
sophisticated enough to cope with the complexities of finding the right
method to handle a given situation.
.
Generally speaking, multiple dispatch is needed whenever two or more objects
belonging to different class hierarchies are going to interact, and we need to
do different things depending on the combination of actual types of those
objects. Typical applications that need this kind of ability include graphical
user interfaces, image processing libraries, mixed-precision numerical
computation systems, and most types of simulations.
|