| Name: | rh-perl526-perl-parent |
|---|---|
| Epoch: | 1 |
| Version: | 0.236 |
| Release: | 395.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 8952 |
| License: | GPL+ or Artistic |
| RPM: | rh-perl526-perl-parent-0.236-395.el7.noarch.rpm |
| Source RPM: | rh-perl526-perl-parent-0.236-395.el7.src.rpm |
| Build Date: | Wed Oct 24 2018 |
| Build Host: | x86-ol7-builder-02.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/parent/ |
| Summary: | Establish an ISA relationship with base classes at compile time |
| Description: | Allows you to both load one or more modules, while setting up inheritance
from those modules at the same time. Mostly similar in effect to:
package Baz;
BEGIN {
require Foo;
require Bar;
push @ISA, qw(Foo Bar);
} |
- SCL
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Update to 0.236
- Add Travis test configuration
- Make test for PMC availability more reliable
- Disable benchmark test rt62341.t as it runs out of memory on many smoker
systems (CPAN RT#118310)
- Simplify find command using -delete
- Increase release to favour standalone package
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Perl 5.22 rebuild
- Update to 0.234
- Fix the test for PMC loading to work on versions on Perl that don't have
Config::non_bincompat_options (CPAN RT#102626)