[ Все 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.src download

Имя perl-parent
Эпоха 1
Версия 0.238
Релиз 457.module+el8.10.0+349+79da77b5
Архитектура src
Сайт 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); }
Эррата
Размер 28 КиБ
Исходный проект perl-parent-0.238-457.module+el8.10.0+349+79da77b5
Контрольная сумма SHA-256 d25d95c272b5cf512b8cd86046fb7415d44ab50e4a2f64b3df979acce6a78868
Module perl-5.32-8100020240529213853.103a1005
× Full screenshot
История изменений 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