[ 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.238-457.module+el8.10.0+349+79da77b5

Name perl-parent
Epoch 1
Version 0.238
Release 457.module+el8.10.0+349+79da77b5
Website/URL https://metacpan.org/release/parent
License GPL+ or Artistic
Build Time 2024-05-30 17:09:07
Build Host builder-x86-05.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 INFSA-2024:3128
× Full screenshot
Found 2 old versions
Packages link
Package Summary SHA-256 checksum
noarch
perl-parent-1:0.238-457.module+el8.10.0+349+79da77b5.noarch Establish an ISA relationship with base classes at compile time cb648efff25bbbc3d807732ed73780426f698ce91d0835f5e2976e5c3cb64309 download
src
perl-parent-1:0.238-457.module+el8.10.0+349+79da77b5.src Establish an ISA relationship with base classes at compile time d25d95c272b5cf512b8cd86046fb7415d44ab50e4a2f64b3df979acce6a78868 download
Changelog link
* Wed Apr 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:0.238-457
- Rebuilt for MSVSphere 8.10 beta

* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.238-457
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.238-456
- Increase release to favour standalone package

* Fri Feb 07 2020 Paul Howarth <paul@city-fan.org> - 1:0.238-1
- Update to 0.238
  - Move the prerequisite Test::More from being a runtime prerequisite to a
    test time / build time prerequisite (GH#11)

* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.237-440
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.237-439
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.237-438
- Increase release to favour standalone package

* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.237-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.237-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

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