Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > 4786cc01098fcc8bc3c173c2e3e5e6e7

perl-Method-Alias-1.30.0-3.mga6.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: