معرفی شرکت ها


perl-Time-Piece-1.33-452.module_el8.4.0+2179+01326e37.x86_64.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Time objects from localtime and gmtime
ویژگی مقدار
سیستم عامل Linux
توزیع AlmaLinux 8
مخزن AlmaLinux AppStream x86_64
نام بسته perl-Time-Piece
نام فایل بسته perl-Time-Piece-1.33-452.module_el8.4.0+2179+01326e37.x86_64.rpm
نسخه بسته 1.33
انتشار بسته 452.module_el8.4.0+2179+01326e37
معماری بسته x86_64
نگهدارنده -
تاریخ ساخت Thu 22 Apr 2021 04
هاست سازنده 192-168-251-21.atm.cloudlinux.com
نوع بسته .rpm
آدرس صفحه اصلی https://www.perl.org/
مجوز (GPL+ or Artistic) and BSD
حجم دانلود 110K
حجم نصب 68.557K
The Time::Piece module replaces the standard localtime and gmtime functions with implementations that return objects. It does so in a backwards compatible manner, so that using localtime or gmtime as documented in perlfunc still behave as expected.


جایگزین ها



نیازمندی

مقدار نام
- libc.so.6()(64bit)
- libc.so.6(GLIBC_2.2.5)(64bit)
- libc.so.6(GLIBC_2.3)(64bit)
- libc.so.6(GLIBC_2.4)(64bit)
- libperl.so.5.30()(64bit)
- libpthread.so.0()(64bit)
- libpthread.so.0(GLIBC_2.2.5)(64bit)
- perl(:MODULE_COMPAT_5.30.1)
- perl(Carp)
>= 5.57 perl(Exporter)
- perl(Scalar::Util)
- perl(Time::Local)
- perl(Time::Seconds)
- perl(XSLoader)
- perl(constant)
- perl(integer)
- perl(overload)
- perl(strict)
- rtld(GNU_HASH)


ارائه دهنده

مقدار نام
= 1.33 perl(Time::Piece)
= 1.33 perl(Time::Seconds)
= 0:1.33-452.module_el8.4.0+2179+01326e37 perl-Time-Piece
= 0:1.33-452.module_el8.4.0+2179+01326e37 perl-Time-Piece(x86-64)


نحوه نصب


نصب پکیج rpm perl-Time-Piece:

    dnf install perl-Time-Piece-1.33-452.module_el8.4.0+2179+01326e37.x86_64.rpm


فایل ها

مسیرها
/usr/lib/.build-id
/usr/lib/.build-id/b2/844294782cfd9ab7fa419cfaa1785e8e0f951a
/usr/lib64/perl5/Time
/usr/lib64/perl5/Time/Piece.pm
/usr/lib64/perl5/Time/Seconds.pm
/usr/lib64/perl5/auto/Time
/usr/lib64/perl5/auto/Time/Piece
/usr/lib64/perl5/auto/Time/Piece/Piece.so
/usr/share/man/man3/Time::Piece.3pm.gz
/usr/share/man/man3/Time::Seconds.3pm.gz


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

تاریخ آخرین تغییر جزئیات
2020-12-03

Run-require perl(Encode) by perl-libs (bug #1903631)

2020-06-05

Fix CVE-2020-10543 (an integer overflow from nested regex quantifiers)
Fix CVE-2020-10878 (a corruption of a state of a compiled regular expression
Fix CVE-2020-12723 (a corruption of a state of a compiled regular expression

2020-03-13

Fix shebangs (bug #1813199)

2019-11-29

Fix a memory leak when compiling a regular expression with a non-word class

2019-11-12

Fix overloading for binary and octal floats (RT#125557)
Fix handling undefined array members in Dumpvalue (RT#134441)
Fix taint mode documentation regarding @INC
Fix handling a layer argument in Tie::StdHandle::BINMODE() (RT#132475)
Fix an unintended upgrade to UTF-8 in the middle of a transliteration
Fix a race in File::stat() tests (GH#17234)
Fix a buffer overread when parsing a number (GH#17279)
Fix GCC 10 version detection (GH#17295)

2019-11-11

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

2019-09-11

Fix a memory leak when matching a UTF-8 regular expression (RT#134390)
Fix a detection for futimes (RT#134432)

2019-09-02

Adjust spec file to rpm-build-4.15.0-0.rc1.1
Fix parsing a Unicode property name when compiling a regular expression
Fix a buffer overread when parsing a Unicode property while compiling
Do not interpret 0x and 0b prefixes when numifying strings (RT#134230)
Fix a buffer overread when compiling a regular expression with many escapes
Fix a buffer overflow when compiling a regular expression with many branches
Correct a misspelling in perlrebackslash documentation (RT#134395)

2019-08-22

Fix a NULL pointer dereference in PerlIOVia_pushed()
Fix a crash when setting $@ on unwinding a call stack (RT#134266)
Fix parsing a denominator when parsing a Unicode property name
Fix a documentation about a future API change
Do not run File-Find tests in parallel

2019-08-07

Fix propagating non-string variables in an exception value (RT#134291)
Include trailing zero in scalars holding trie data (RT#134207)
Fix a use after free in /(?{...})/ (RT#134208)
Fix a use after free in debugging output of a collation
Fix file mode of a perl-example.stp example

2019-07-26

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

2019-07-17

Fix a test for a crash in SIGALARM handler when waiting on a child process to
Fix a crash on an uninitialized warning when processing a multideref node
Preserve append mode when opening anonymous files (RT#134221)
Run Turkish locale tests

2019-06-25

Fix an out-of-buffer read while parsing a Unicode property name (RT#134134)
Do not panic when outputting a warning (RT#134059)
Fix memory handling when parsing string literals
Fix an undefined behavior in shifting IV variables
Fix stacking file test operators (CPAN RT#127073)
Fix a crash in SIGALARM handler when waiting on a child process to be closed
Fix a crash with a negative precision in sprintf function (RT#134008)
Fix an erroneous assertion on OP_SCALAR (RT#134048)
Prevent from wrapping a width in a numeric format string (RT#133913)
Fix subroutine protypes to track reference aliases (RT#134072)
Improve retrieving a scalar value of a variable modified in a signal handler
Fix changing packet destination sent from a UDP IO::Socket object (RT#133936)
Fix a stack underflow in readline() if passed an empty array as an argument
Fix setting supplementar group IDs (RT#134169)
Fix %{^CAPTURE_ALL} to be an alias for %- variable (RT#131867)
Fix %{^CAPTURE} value when used after @{^CAPTURE} (RT#134193)

2019-06-11

2019-06-02

Perl 5.30 re-rebuild of bootstrapped packages

2019-05-22

5.30.0 bump (see <https://metacpan.org/pod/release/XSAWYERX/perl-5.30.0/pod/perldelta.pod>
Make site paths specific to Perl minor version (e.g.
incompatible Perl