معرفی شرکت ها


perl-Eval-Closure-0.14-5.el8.noarch.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Safely and cleanly create closures via string eval
ویژگی مقدار
سیستم عامل Linux
توزیع CentOS 8-stream
مخزن Centos PowerTools noarch
نام بسته perl-Eval-Closure
نام فایل بسته perl-Eval-Closure-0.14-5.el8.noarch.rpm
نسخه بسته 0.14
انتشار بسته 5.el8
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Wed 15 May 2019 07
هاست سازنده aarch64-03.mbox.centos.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/Eval-Closure/
مجوز GPL+ or Artistic
حجم دانلود 28K
حجم نصب 33.491K
String eval is often used for dynamic code generation. For instance, Moose uses it heavily, to generate inlined versions of accessors and constructors, which speeds code up at runtime by a significant amount. String eval is not without its issues however - it's difficult to control the scope it's used in (which determines which variables are in scope inside the eval), and it can be quite slow, especially if doing a large number of evals. This module attempts to solve both of those problems. It provides an eval_closure function, which evals a string in a clean environment, other than a fixed list of specified variables. It also caches the result of the eval, so that doing repeated evals of the same source, even with a different environment, will be much faster (but note that the description is part of the string to be evaled, so it must also be the same (or non-existent) if caching is to work properly).


نیازمندی

مقدار نام
- perl(:MODULE_COMPAT_5.26.3)
- perl(Carp)
>= 0.05 perl(Devel::LexAlias)
- perl(Exporter)
- perl(Perl::Tidy)
- perl(Scalar::Util)
- perl(constant)
- perl(overload)
- perl(strict)
- perl(warnings)


ارائه دهنده

مقدار نام
= 0.14 perl(Eval::Closure)
= 0.14-5.el8 perl-Eval-Closure


نحوه نصب


نصب پکیج rpm perl-Eval-Closure:

    sudo dnf install perl-Eval-Closure-0.14-5.el8.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-Eval-Closure
/usr/share/doc/perl-Eval-Closure/Changes
/usr/share/doc/perl-Eval-Closure/README
/usr/share/licenses/perl-Eval-Closure
/usr/share/licenses/perl-Eval-Closure/LICENSE
/usr/share/man/man3/Eval::Closure.3pm.gz
/usr/share/perl5/vendor_perl/Eval


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

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

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-05

Perl 5.26 rebuild

2017-02-11

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

2016-05-29

Update to 0.14
A couple of minor optimizations (GH#8)
BR: perl-generators
Simplify find command using -delete

2016-05-15

Perl 5.24 rebuild

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-06

Perl 5.22 rebuild

2015-05-12

Update to 0.13
Fix tests under blead (GH#6)

2015-01-19

Update to 0.12
Fix tests under blead (GH#4)

2014-11-12

Update to 0.11
Support lexical subs on 5.18+
Fix pod links
Add "alias => 1" option for making closure variables actually alias the
Classify buildreqs by usage
Use %license
Make %files list more explicit
Update %description
Don't need to remove empty directories from the buildroot

2014-08-29

Perl 5.20 rebuild

2014-06-07

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

2013-08-03

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

2013-07-24

Perl 5.18 rebuild