Name: | rh-perl530-perl-MRO-Compat |
---|---|
Version: | 0.13 |
Release: | 10.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 25912 |
License: | GPL+ or Artistic |
RPM: | rh-perl530-perl-MRO-Compat-0.13-10.el7.noarch.rpm |
Source RPM: | rh-perl530-perl-MRO-Compat-0.13-10.el7.src.rpm |
Build Date: | Wed Dec 09 2020 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/MRO-Compat |
Summary: | Mro::* interface compatibility for Perls < 5.9.5 |
Description: | The "mro" namespace provides several utilities for dealing with method resolution order and method caching in general in Perl 5.9.5 and higher. This module provides those interfaces for earlier versions of Perl (back to 5.6.0 anyways). It is a harmless no-op to use this module on 5.9.5+. That is to say, code which properly uses MRO::Compat will work unmodified on both older Perls and 5.9.5+. If you're writing a piece of software that would like to use the parts of 5.9.5+'s mro:: interfaces that are supported here, and you want compatibility with older Perls, this is the module for you. |
- SCL
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Perl 5.30 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Perl 5.28 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild
- Update to 0.13 - Don't run pod tests on user installs - Stop using Module::Install to fix installation when @INC doesn't have the current directory (CPAN RT#119016) - Repository migrated to the github moose organization - This release by HAARG → update source URL - Simplify find command using -delete