| Paketname | libmethod-alias-perl | 
| Beschreibung | Create method aliases | 
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) | 
| Version | 1.03-1 | 
| Sektion | universe/perl | 
| Priorität | optional | 
| Installierte Größe | 60 Byte | 
| Hängt ab von | perl (>= 5.6.0-16) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Ubuntu MOTU Developers  | 
| Quelle |  | 
| Paketgröße | 7590 Byte | 
| Prüfsumme MD5 | 583deecce8032bcc1773f14ea5ae6870 | 
| Prüfsumme SHA1 | 8f2a2599d87d9f217fc3b9b551f66056f8450784 | 
| Prüfsumme SHA256 | d05a790e5ee65b3f10b32be9916b76edb0b6d68209dff71b4ab2657a3d84b0bf | 
| 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.
 |