Package : perl-Method-Alias

Package details

Summary: Create method aliases (and do it safely)

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.


URL: https://metacpan.org/release/Method-Alias
License: GPL or Artistic

Maintainer: nobody

List of RPMs