معرفی شرکت ها


perl-POSIX-1.94-471.module_el8.6.0+2766+8bf0b7ce.x86_64.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Perl interface to IEEE Std 1003.1
ویژگی مقدار
سیستم عامل Linux
توزیع AlmaLinux 8
مخزن AlmaLinux AppStream x86_64
نام بسته perl-POSIX
نام فایل بسته perl-POSIX-1.94-471.module_el8.6.0+2766+8bf0b7ce.x86_64.rpm
نسخه بسته 1.94
انتشار بسته 471.module_el8.6.0+2766+8bf0b7ce
معماری بسته x86_64
نگهدارنده -
تاریخ ساخت Thu 21 Apr 2022 02
هاست سازنده x64-builder02.almalinux.org
نوع بسته .rpm
آدرس صفحه اصلی https://www.perl.org/
مجوز GPL+ or Artistic
حجم دانلود 172K
حجم نصب 235.004K
The POSIX module permits you to access all (or nearly all) the standard POSIX 1003.1 identifiers. Many of these identifiers have been given Perl interfaces.


جایگزین ها

بسته نسخه معماری مخزن
perl-POSIX-1.94-471.module_el8.6.0+2766+8bf0b7ce.aarch64.rpm 1.94 aarch64 AlmaLinux AppStream
perl-POSIX-1.94-471.module_el8.6.0+2766+8bf0b7ce.ppc64le.rpm 1.94 ppc64le AlmaLinux AppStream
perl-POSIX-1.94-471.module_el8.6.0+3181+91434291.s390x.rpm 1.94 s390x AlmaLinux AppStream


نیازمندی

مقدار نام
- libc.so.6()(64bit)
- libc.so.6(GLIBC_2.2.5)(64bit)
- libc.so.6(GLIBC_2.4)(64bit)
- libm.so.6()(64bit)
- libm.so.6(GLIBC_2.2.5)(64bit)
- libm.so.6(GLIBC_2.23)(64bit)
- libperl.so.5.32()(64bit)
- libpthread.so.0()(64bit)
- libpthread.so.0(GLIBC_2.2.5)(64bit)
- perl(:MODULE_COMPAT_5.32.1)
- perl(Carp)
- perl(Exporter)
- perl(Fcntl)
- perl(Tie::Hash)
- perl(XSLoader)
- perl(strict)
- perl(warnings)
- rtld(GNU_HASH)


ارائه دهنده

مقدار نام
= 1.94 perl(POSIX)
- perl(POSIX::SigAction)
- perl(POSIX::SigRt)
- perl(POSIX::SigSet)
= 0:1.94-471.module_el8.6.0+2766+8bf0b7ce perl-POSIX
= 0:1.94-471.module_el8.6.0+2766+8bf0b7ce perl-POSIX(x86-64)


نحوه نصب


نصب پکیج rpm perl-POSIX:

    dnf install perl-POSIX-1.94-471.module_el8.6.0+2766+8bf0b7ce.x86_64.rpm


فایل ها

مسیرها
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/6334e3b1f47c350da30b771c79b71e4fa0806e
/usr/lib64/perl5/POSIX.pm
/usr/lib64/perl5/POSIX.pod
/usr/lib64/perl5/auto/POSIX
/usr/lib64/perl5/auto/POSIX/POSIX.so
/usr/share/man/man3/POSIX.3pm.gz


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2021-06-23

XSLoader requires DynaLoader

2021-06-16

2021-03-31

Fix dumping a hash entry of PL_strtab type
Fix an arithmetic left shift of a minimal integer value (GH#18639)

2021-03-04

Protect locale tests from LANGUAGE environment variable
Prevent the number of buckets in a hash from getting too large
Fix a memory leak when compiling a regular expression (GH#18604)

2021-02-09

Fix a crash in optimizing split() (GH#18232)
Make accessing environment by DynaLoader thread-safe
Use duplocale() if available
Fix fc() in Turkish locale
Fix croaking on "my $_" when "use utf8" is in effect (GH#18449)
Fix PERL_UNUSED_ARG() definition in XSUB.h
Add missing entries to perldiag (GH#18276)

2021-01-25

5.32.1 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.32.1/pod/perldelta.pod>

2020-12-02

Run-require perl(Encode) by perl-libs

2020-11-12

Fix an undefined behavior in Perl_custom_op_get_field()
Fix Config variable names in in t/op tests
Fix fetching a magic on the stacked file test operators

2020-09-23

Run-require complete perl by perl-CPAN
Fix ownership of /usr/share/perl5/{ExtUtils,File,Module,Text,Time} directories
Fix a buffer overflow when compiling a regular expression with a bracketed
Fix a mismatch with the recursive subpatterns (GH#18096)
Update perl-IO-Zlib metadata
Fix sv_collxfrm macro to respect locale
Fix an iterator signedness in handling an mro exception (GH#18155)
Fix a code flow in Perl_sv_inc_nomg()

2020-08-27

Fix inheritance resolution of lexial objects in a debugger (GH#17661)
Fix a misoptimization when assignig a list in a list context (GH#17816)
Fix handling left-hand-side undef when assigning a list (GH#16685)
Fix a memory leak when compiling a long regular expression (GH#18054)
Fix handling exceptions in a global destruction (GH#18063)
Fix sorting with a block that calls return (GH#18081)

2020-08-21

Re-enable LTO

2020-08-06

Fix an IO::Handle spurious error reported for regular file handles (GH#18019)

2020-08-05

Do not use C compiler reserved identifiers
Fix SvUV_nomg() macro definition
Fix SvTRUE() documentation
Fix ext/XS-APItest/t/utf8_warn_base.pl tests
Fix IO::Handle::error() to report write errors (GH#6799)
Fix a link to Unicode Technical Standard #18 (GH#17881)
Fix setting a non-blocking mode in IO::Socket::UNIX (GH#17787)
Fix running actions after stepping in a debugger (GH#17901)
Fix a buffer size for asctime_r() and ctime_r() functions
Prevent from an integer overflow in RenewDouble() macro
Fix a buffer overread in when reallocating formats (GH#17844)
Fix a number of arguments passed to a BOOT XS subroutine (GH#17755)

2020-07-28

Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

2020-06-30

Disable LTO

2020-06-26

Perl 5.32 re-rebuild of bootstrapped packages