| Name: | perl-parent | 
|---|---|
| Epoch: | 1 | 
| Version: | 0.238 | 
| Release: | 457.module+el8.6.0+20545+312b6629 | 
| Architecture: | noarch | 
| Module: | perl:5.32:8060020211122091432:e82d91b1 perl:5.32:8080020230118125925:af169298  | 
| Group: | Unspecified | 
| Size: | 9535 | 
| License: | GPL+ or Artistic | 
| RPM: | perl-parent-0.238-457.module+el8.6.0+20545+312b6629.noarch.rpm | 
| Source RPM: | perl-parent-0.238-457.module+el8.6.0+20545+312b6629.src.rpm | 
| Build Date: | Wed Apr 06 2022 | 
| Build Host: | build-ol8-x86_64.oracle.com | 
| Vendor: | Oracle America | 
| URL: | https://metacpan.org/release/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);
	} | 
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Increase release to favour standalone package
- Update to 0.238
  - Move the prerequisite Test::More from being a runtime prerequisite to a
    test time / build time prerequisite (GH#11)
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Increase release to favour standalone package
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Update to 0.237 - Don't load vars.pm (Perl RT#132077) - Drop legacy Group: tag - Drop buildroot cleaning in %install section
- Increase release to favour standalone package