[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project perl-parent-1:0.237-2.module+el8.9.0+102+55fa58bf

Name perl-parent
Epoch 1
Version 0.237
Release 2.module+el8.9.0+102+55fa58bf
Website/URL https://metacpan.org/release/parent
License GPL+ or Artistic
Build Time 2024-04-28 17:31:58
Build Host builder-x86-07.inferitos.ru
Summary Establish an ISA relationship with base classes at compile time
Repositories AppStream
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); }
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
noarch
perl-parent-1:0.237-2.module+el8.9.0+102+55fa58bf.noarch Establish an ISA relationship with base classes at compile time 4e8cbe3a9beeb11da44f5dcb2c5703461adcf22d83a54c896a2da90147bb9ce7 download
src
perl-parent-1:0.237-2.module+el8.9.0+102+55fa58bf.src Establish an ISA relationship with base classes at compile time afd9a302b265b88b4cc27635130b44325c30356819e1a792c1ffc9fcdea4d490 download
Changelog link
* Mon Dec 11 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:0.237-2
- Rebuilt for MSVSphere 8.8

* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.237-2
- Rebuild with enable hardening (bug #1636329)

* Sat Jul 07 2018 Paul Howarth <paul@city-fan.org> - 1:0.237-1
- Update to 0.237
  - Don't load vars.pm (CPAN RT#132077)
- Drop legacy Group: tag
- Drop buildroot cleaning in %install section

* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.236-416
- Increase release to favour standalone package

* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.236-395
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.236-394
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.236-393
- Perl 5.26 rebuild

* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.236-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

* Mon Oct 10 2016 Paul Howarth <paul@city-fan.org> - 1:0.236-1
- 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

* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.234-365
- Increase release to favour standalone package