| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-Method-Alias | Distribution: Mageia |
| Version: 1.30.0 | Vendor: Mageia.Org |
| Release: 8.mga9 | Build date: Sun Mar 20 23:58:10 2022 |
| Group: Development/Perl | Build host: localhost |
| Size: 29562 | Source RPM: perl-Method-Alias-1.30.0-8.mga9.src.rpm |
| Packager: umeabot <umeabot> | |
| Url: https://metacpan.org/release/Method-Alias | |
| Summary: Create method aliases (and do it safely) | |
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.
GPL or Artistic
* Sun Mar 20 2022 umeabot <umeabot> 1.30.0-8.mga9 + Revision: 1809672 - Mageia 9 Mass Rebuild
/usr/share/doc/perl-Method-Alias /usr/share/doc/perl-Method-Alias/Changes /usr/share/doc/perl-Method-Alias/LICENSE /usr/share/doc/perl-Method-Alias/README /usr/share/man/man3/Method::Alias.3pm.xz /usr/share/perl5/vendor_perl/Method /usr/share/perl5/vendor_perl/Method/Alias.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Oct 30 07:03:14 2025