Name: | rh-perl524-perl-parent |
---|---|
Epoch: | 1 |
Version: | 0.234 |
Release: | 366.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 8537 |
License: | GPL+ or Artistic |
RPM: | rh-perl524-perl-parent-0.234-366.el7.noarch.rpm |
Source RPM: | rh-perl524-perl-parent-0.234-366.el7.src.rpm |
Build Date: | Thu Dec 08 2016 |
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
- 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)
- Update to 0.233 - The diagnostic about inheriting from ourselves was removed; it served no purpose as Perl already warns if we try to inherit in a circular way
- Update to 0.232 - Change line-endings in parent-pmc.t to unix EOLs so that bleadperl is happy
- Update to 0.231 - Restore test compatibility where Perl does not provide &Config::non_bincompat_options (CPAN RT#102626)
- Update to 0.229 - Add link to (Github) repository - Guard tests against PERL_DISABLE_PMC