| 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: 9.mga10 | Build date: Fri Jun 27 02:43:21 2025 | 
| Group: Development/Perl | Build host: localhost | 
| Size: 29322 | Source RPM: perl-Method-Alias-1.30.0-9.mga10.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
* Fri Jun 27 2025 umeabot <umeabot> 1.30.0-9.mga10 + Revision: 2204032 - Mageia 10 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 08:40:26 2025