| Name: | rh-perl520-perl-parent |
|---|---|
| Epoch: | 1 |
| Version: | 0.228 |
| Release: | 311.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 7806 |
| License: | GPL+ or Artistic |
| RPM: | rh-perl520-perl-parent-0.228-311.el7.noarch.rpm |
| Source RPM: | rh-perl520-perl-parent-0.228-311.el7.src.rpm |
| Build Date: | Fri Feb 03 2017 |
| 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);
} |
- Specify all dependencies
- Increase release to favour standalone package
- Perl 5.20 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Update to 0.228 - Install in site/ by default for 5.12+ (CPAN RT#88450)
- Update to 0.227 - Restore tests passing for 5.17.5+ (CPAN RT#88320)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Update to 0.226 - Fix tests for Perl 5.18 (CPAN RT#86890)
- Increase release to favour standalone package
- Link minimal build-root packages against libperl.so explicitly