معرفی شرکت ها


perl-Memoize-1.03-452.module_el8.4.0+646+45e06e4a.noarch.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Transparently speed up functions by caching return values
ویژگی مقدار
سیستم عامل Linux
توزیع CentOS 8-stream
مخزن Centos AppStream noarch
نام بسته perl-Memoize
نام فایل بسته perl-Memoize-1.03-452.module_el8.4.0+646+45e06e4a.noarch.rpm
نسخه بسته 1.03
انتشار بسته 452.module_el8.4.0+646+45e06e4a
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Thu 21 Jan 2021 01
هاست سازنده aah11.rdu2.centos.org
نوع بسته .rpm
آدرس صفحه اصلی https://www.perl.org/
مجوز GPL+ or Artistic
حجم دانلود 128K
حجم نصب 81.532K
Memoizing a function makes it faster by trading space for time. It does this by caching the return values of the function in a table. If you call the function again with the same arguments, memoize jumps in and gives you the value out of the table, instead of letting the function compute the value all over again.


جایگزین ها

بسته نسخه معماری مخزن
perl-Memoize-1.03-404.module_el8.1.0+229+cd132df8.noarch.rpm 1.03 noarch CentOS AppStream
perl-Memoize-1.03-419.el8.noarch.rpm 1.03 noarch CentOS AppStream
perl-Memoize-1.03-420.el8.noarch.rpm 1.03 noarch CentOS AppStream
perl-Memoize-1.03-421.el8.noarch.rpm 1.03 noarch CentOS AppStream
perl-Memoize-1.03-422.el8.noarch.rpm 1.03 noarch CentOS AppStream
perl-Memoize-1.03-471.module_el8.6.0+1070+343f8e3c.noarch.rpm 1.03 noarch CentOS AppStream
perl-Memoize-1.03-472.module_el8.8.0+1251+d155cb05.noarch.rpm 1.03 noarch CentOS AppStream


نیازمندی

مقدار نام
- perl(:MODULE_COMPAT_5.30.1)
- perl(Carp)
- perl(Config)
- perl(Exporter)
- perl(NDBM_File)
- perl(SDBM_File)
- perl(Storable)
- perl(strict)
- perl(vars)


ارائه دهنده

مقدار نام
= 1.03 perl(Memoize)
= 1.03 perl(Memoize::AnyDBM_File)
= 1.03 perl(Memoize::Expire)
= 1.03 perl(Memoize::ExpireFile)
= 1.03 perl(Memoize::ExpireTest)
= 1.03 perl(Memoize::NDBM_File)
= 1.03 perl(Memoize::SDBM_File)
= 1.03 perl(Memoize::Storable)
= 0:1.03-452.module_el8.4.0+646+45e06e4a perl-Memoize


نحوه نصب


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

    sudo dnf install perl-Memoize-1.03-452.module_el8.4.0+646+45e06e4a.noarch.rpm


فایل ها

مسیرها
/usr/share/man/man3/Memoize.3pm.gz
/usr/share/man/man3/Memoize::AnyDBM_File.3pm.gz
/usr/share/man/man3/Memoize::Expire.3pm.gz
/usr/share/man/man3/Memoize::ExpireFile.3pm.gz
/usr/share/man/man3/Memoize::ExpireTest.3pm.gz
/usr/share/man/man3/Memoize::NDBM_File.3pm.gz
/usr/share/man/man3/Memoize::SDBM_File.3pm.gz
/usr/share/man/man3/Memoize::Storable.3pm.gz
/usr/share/perl5/Memoize
/usr/share/perl5/Memoize.pm
/usr/share/perl5/Memoize/AnyDBM_File.pm
/usr/share/perl5/Memoize/Expire.pm
/usr/share/perl5/Memoize/ExpireFile.pm
/usr/share/perl5/Memoize/ExpireTest.pm
/usr/share/perl5/Memoize/NDBM_File.pm
/usr/share/perl5/Memoize/SDBM_File.pm


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

تاریخ آخرین تغییر جزئیات
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