معرفی شرکت ها


perl-Exception-Class-TryCatch-1.13-alt1.noarch.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Exception::Class::TryCatch - Syntactic try/catch sugar for use with Exception::Class
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p8
مخزن ALTLinux classic noarch
نام بسته perl-Exception-Class-TryCatch
نام فایل بسته perl-Exception-Class-TryCatch-1.13-alt1.noarch.rpm
نسخه بسته 1.13
انتشار بسته alt1
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Thu 06 Mar 2014 01
هاست سازنده viy-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/Exception-Class-TryCatch/
مجوز Artistic
حجم دانلود 14K
حجم نصب 33.836K
Exception::Class::TryCatch provides syntactic sugar for use with Exception::Class using the familiar keywords try and catch. Its primary objective is to allow users to avoid dealing directly with $@ by ensuring that any exceptions caught in an eval are captured as Exception::Class objects, whether they were thrown objects to begin with or whether the error resulted from die. This means that users may immediately use isa and various Exception::Class methods to process the exception. In addition, this module provides for a method to push errors onto a hidden error stack immediately after an eval so that cleanup code or other error handling may also call eval without the original error in $@ being lost. Inspiration for this module is due in part to Dave Rolsky's article "Exception Handling in Perl With Exception::Class" in The Perl Journal (Rolsky 2004). The try/catch syntax used in this module does not use code reference prototypes the way the Error.pm module does, but simply provides some helpful functionality when used in combination with eval. As a result, it avoids the complexity and dangers involving nested closures and memory leaks inherent in Error.pm (Perrin 2003). Rolsky (2004) notes that these memory leaks may not occur in recent versions of Perl, but the approach used in Exception::Class::TryCatch should be safe for all versions of Perl as it leaves all code execution to the eval in the current scope, avoiding closures altogether.


نیازمندی

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


ارائه دهنده

مقدار نام
= 1.130 perl(Exception/Class/TryCatch.pm)
= 1.13-alt1 perl-Exception-Class-TryCatch


نحوه نصب


نصب پکیج rpm perl-Exception-Class-TryCatch:

    sudo apt-get install perl-Exception-Class-TryCatch-1.13-alt1.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-Exception-Class-TryCatch-1.13
/usr/share/doc/perl-Exception-Class-TryCatch-1.13/Changes
/usr/share/doc/perl-Exception-Class-TryCatch-1.13/LICENSE
/usr/share/doc/perl-Exception-Class-TryCatch-1.13/README
/usr/share/perl5/Exception
/usr/share/perl5/Exception/Class
/usr/share/perl5/Exception/Class/TryCatch.pm


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

تاریخ آخرین تغییر جزئیات
2014-03-05

automated CPAN update

2010-11-22

repair after perl 5.12 upgrade using girar-nmu

2010-07-13

automated CPAN update

2008-10-06

NMU for unknown reason:
-changelog "- NMU: <reason>" option.

2008-07-29

first build for ALT Linux Sisyphus