معرفی شرکت ها


perl-Readonly-2.05-5.el8.noarch.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Facility for creating read-only scalars, arrays, hashes
ویژگی مقدار
سیستم عامل Linux
توزیع CentOS 8-stream
مخزن Centos PowerTools noarch
نام بسته perl-Readonly
نام فایل بسته perl-Readonly-2.05-5.el8.noarch.rpm
نسخه بسته 2.05
انتشار بسته 5.el8
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Thu 16 May 2019 07
هاست سازنده ppc64le-01.mbox.centos.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/Readonly/
مجوز GPL+ or Artistic
حجم دانلود 49K
حجم نصب 96.611K
Readonly provides a facility for creating non-modifiable scalars, arrays, and hashes. Any attempt to modify a Readonly variable throws an exception. Readonly: * Creates scalars, arrays (not lists), and hashes * Creates variables that look and work like native perl variables * Creates global or lexical variables * Works at run-time or compile-time * Works with deep or shallow data structures * Prevents reassignment of Readonly variables


نیازمندی

مقدار نام
- perl(:MODULE_COMPAT_5.26.3)
>= 5.5.0 perl(:VERSION)
- perl(Carp)
- perl(Exporter)
- perl(Storable)
- perl(strict)
- perl(vars)


ارائه دهنده

مقدار نام
= 2.05 perl(Readonly)
- perl(Readonly::Array)
- perl(Readonly::Hash)
- perl(Readonly::Scalar)
= 2.05-5.el8 perl-Readonly


نحوه نصب


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

    sudo dnf install perl-Readonly-2.05-5.el8.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-Readonly
/usr/share/doc/perl-Readonly/Changes
/usr/share/doc/perl-Readonly/README.md
/usr/share/doc/perl-Readonly/benchmark.pl
/usr/share/doc/perl-Readonly/t
/usr/share/doc/perl-Readonly/t/bugs
/usr/share/doc/perl-Readonly/t/bugs/001_assign.t
/usr/share/doc/perl-Readonly/t/bugs/007_implicit_undef.t
/usr/share/doc/perl-Readonly/t/general
/usr/share/doc/perl-Readonly/t/general/array.t
/usr/share/doc/perl-Readonly/t/general/clone.t
/usr/share/doc/perl-Readonly/t/general/deepa.t
/usr/share/doc/perl-Readonly/t/general/deeph.t
/usr/share/doc/perl-Readonly/t/general/deeps.t
/usr/share/doc/perl-Readonly/t/general/docs.t
/usr/share/doc/perl-Readonly/t/general/export.t
/usr/share/doc/perl-Readonly/t/general/hash.t
/usr/share/doc/perl-Readonly/t/general/readonly.t
/usr/share/doc/perl-Readonly/t/general/reassign.t
/usr/share/doc/perl-Readonly/t/general/scalar.t
/usr/share/doc/perl-Readonly/t/general/tie.t
/usr/share/licenses/perl-Readonly
/usr/share/licenses/perl-Readonly/LICENSE
/usr/share/man/man3/Readonly.3pm.gz


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

تاریخ آخرین تغییر جزئیات
2018-02-09

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

2017-07-27

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

2017-06-04

Perl 5.26 rebuild

2017-02-11

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

2016-06-13

Update to 2.05
Fix deref when using the stupid and utterly unnecessary Readonly::Clone
BR: perl-generators where available
Bump Test::More version requirement to 0.88 due to use of done_testing
Update interpreter patch

2016-05-15

Perl 5.24 rebuild

2016-05-07

Update to 2.04
Create mutable clones of readonly structures with Readonly::Clone (GH#13)
Minor typo fix (GH#21)
Rewording some documentation
No longer require an explicit version of perl in META.json or cpanfile
Quiet compile time warnings about function prototypes and vars being used
Update interpreter patch

2016-02-25

Update to 2.01
Disallow initialization of Readonly variables by assignment, allowed by
Use %license
Upstream switched to Module::Build::Tiny flow
Update interpreter patch

2016-02-04

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

2015-06-18

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

2015-06-05

Perl 5.22 rebuild

2014-08-27

Perl 5.20 rebuild

2014-07-03

Update to 2.00
Deprecation of Readonly::XS as a requirement for fast, readonly scalars is
Upstream dropped TODO file

2014-06-30

Update to 1.61
Fix array and hash tie() while in XS mode (exposed by Params::Validate
Fix implicit undef value regression
Normal constants (strings, numbers) do not appear to be read-only to
Minor documentation fixes (spell check, etc.)
Update shellbang patch

2014-06-26

Update to v1.500.0
Re-release with new version number

2014-06-25

Update to v1.5.0
Readonly::XS is no longer needed
Typo fix (CPAN RT#86350)
Array and Hash scalar references were not made deeply readonly
Upstream magic related bugs were reported to p5p and fixed in perl itself
CPAN RT#24216 ('looks_like_number' doesn't handle Readonly properly)
CPAN RT#29487 (magical variable bug in perl 5.8.5)
CPAN RT#36653 (Readonly scalar as class name sometimes undefined)
CPAN RT#57382 (tie-related bug in perl's core)
CPAN RT#70167 (unaccessed read-only variables are undef in select calls)
Reported Perl RT#120122 (tie + smartmatch bug) upstream to p5p; will
Use readonly support exposed in Internals on perl ≥ 5.8.0
Checking Readonly::XS::Okay is no longer suggested... never should have
Update shellbang patch