معرفی شرکت ها


perl-Eval-Closure-0.13-alt1.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
توزیع ALT p8
مخزن ALTLinux classic noarch
نام بسته perl-Eval-Closure
نام فایل بسته perl-Eval-Closure-0.13-alt1.noarch.rpm
نسخه بسته 0.13
انتشار بسته alt1
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Fri 22 May 2015 05
هاست سازنده viy-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/Eval-Closure/
مجوز GPL or Artistic
حجم دانلود 8.5K
حجم نصب 12.035K
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).


نیازمندی

مقدار نام
- /usr/share/perl5
- perl(Devel/LexAlias.pm)
- perl(Scalar/Util.pm)
- perl(Try/Tiny.pm)
- perl(constant.pm)
- perl(overload.pm)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 0.130 perl(Eval/Closure.pm)
= 0.13-alt1 perl-Eval-Closure


نحوه نصب


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

    sudo apt-get install perl-Eval-Closure-0.13-alt1.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-Eval-Closure-0.13
/usr/share/doc/perl-Eval-Closure-0.13/Changes
/usr/share/doc/perl-Eval-Closure-0.13/README
/usr/share/perl5/Eval
/usr/share/perl5/Eval/Closure.pm


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

تاریخ آخرین تغییر جزئیات
2015-05-22

automated CPAN update

2015-01-19

automated CPAN update

2013-08-02

automated CPAN update

2013-07-24

automated CPAN update

2012-09-10

0.06 -> 0.08
fixed build with perl-5.16

2011-11-18

rebuilt to disable dependency on Perl::Tidy

2011-09-29

initial build for ALT Linux Sisyphus