Paketname | libmethod-alias-perl |
Beschreibung | Create method aliases |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.03-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 60 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 7484 Byte |
Prüfsumme MD5 | be58ddea001f455a262f6906a9094fcb |
Prüfsumme SHA1 | 45926ecc80a4c919fc13408cd243f12fc0ffe1b5 |
Prüfsumme SHA256 | fa7216f783b64e7eb07f64c57a7e543a3a9b830e491951441ca172c45c2d315a |
Link zum Herunterladen | libmethod-alias-perl_1.03-1_all.deb |
Ausführliche Beschreibung | The traditional way to create a method alias (provide an alternate
name for a method) is simply a GLOB alias. While this works fine for
functions, it does not work for methods overloaded by a subclass.
.
Instead, Method::Alias creates a number of methods in the caller's
package to call the real method. It is designed to be used as a pragma,
to which you provide a set of pairs of method names.
|