Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 948f1aff08fbee77440ae5fa61dd7bce

perl-Method-Alias-1.30.0-6.mga7.noarch.rpm

Description:

For a very long time, whenever I wanted to have a method alias (provide an
alternate name for a method) I would simple do a GLOB alias. That is,

\# My method
sub foo {
...
}

\# Alias the method
*bar = *foo;

While this works fine for functions, it does *not* work for methods.

Sources packages:

Other version of this rpm: