معرفی شرکت ها


perl-Context-Preserve-0.03-alt1.2.noarch.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

run code after a subroutine call, preserving the context the subroutine would have seen if it were the last statement in the caller
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p10
مخزن ALTLinux classic noarch
نام بسته perl-Context-Preserve
نام فایل بسته perl-Context-Preserve-0.03-alt1.2.noarch.rpm
نسخه بسته 0.03
انتشار بسته alt1.2
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Thu 23 Apr 2020 12
هاست سازنده viy-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/Context-Preserve/
مجوز GPL or Artistic
حجم دانلود 6.0K
حجم نصب 5.685K
Sometimes you need to call a function, get the results, act on the results, then return the result of the function. This is painful because of contexts; the original function can behave different if it's called in void, scalar, or list context. You can ignore the various cases and just pick one, but that's fragile. To do things right, you need to see which case you're being called in, and then call the function in that context. This results in 3 code paths, which is a pain to type in (and maintain).


نیازمندی

مقدار نام
- /usr/share/perl5
- perl(base.pm)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 0.030 perl(Context/Preserve.pm)
= 0.03-alt1.2:sisyphus+250467.100.1.1 perl-Context-Preserve


نحوه نصب


نصب پکیج rpm perl-Context-Preserve:

    sudo apt-get install perl-Context-Preserve-0.03-alt1.2.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-Context-Preserve-0.03
/usr/share/doc/perl-Context-Preserve-0.03/Changes
/usr/share/doc/perl-Context-Preserve-0.03/README
/usr/share/perl5/Context
/usr/share/perl5/Context/Preserve.pm


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

تاریخ آخرین تغییر جزئیات
2020-04-22

dropped deprecated BR: perl-Module-Install

2017-11-17

automated CPAN update

2017-11-08

automated CPAN update

2017-08-02

automated CPAN update

2010-04-13

initial revision, for DBIx::Class