Sophie

Sophie

distrib > Mageia > 9 > x86_64 > media > core-release > by-pkgid > 272c3dc081552f642162825dcb43dfc3

perl-Method-Alias-1.30.0-8.mga9.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: