[ Все 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 ]
×

Проект perl-parent-1:0.238-457.module+el8.10.0+349+79da77b5

Имя perl-parent
Эпоха 1
Версия 0.238
Релиз 457.module+el8.10.0+349+79da77b5
Сайт https://metacpan.org/release/parent
Лицензия GPL+ or Artistic
Время сборки 2024-05-30 17:09:07
Хост сборки builder-x86-05.inferitos.ru
Краткое описание Establish an ISA relationship with base classes at compile time
Репозитории AppStream
Полное описание 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); }
Эррата INFSA-2024:3128
Module perl-5.32-8100020240529213853.103a1005
× Full screenshot
Найдены 2 старые версии
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
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
История изменений 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