Проект perl-parent-1:0.238-460.el9
content_copy
Имя
perl-parent
Эпоха
1
Версия
0.238
Релиз
460.el9
Сайт
https://metacpan.org/release/parent
Лицензия
GPL+ or Artistic
Время сборки
2023-03-18 12:31:10
Хост сборки
builder-x86-02.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);
}
Эррата
—
×
Пакет
Краткое описание
Контрольная сумма SHA-256
noarch
perl-parent-1:0.238-460.el9.noarch
content_copy
Establish an ISA relationship with base classes at compile time
e8cd52d453eaf027cf20a5428e338d160cc218bb776acbbf58c700d7c64bb139
download
src
perl-parent-1:0.238-460.el9.src
content_copy
Establish an ISA relationship with base classes at compile time
944626fe860cc7246974727195f3d0be565686f13dc13d541abb8461759bb958
download
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.238-460
- Rebuilt for MSVSphere 9.1.
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:0.238-460
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:0.238-459
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937