معرفی شرکت ها


perl-Try-Tiny-0.30-7.module_el8.6.0+3190+6d8ccff0.noarch.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Minimal try/catch with proper localization of $@
ویژگی مقدار
سیستم عامل Linux
توزیع AlmaLinux 8
مخزن AlmaLinux AppStream noarch
نام بسته perl-Try-Tiny
نام فایل بسته perl-Try-Tiny-0.30-7.module_el8.6.0+3190+6d8ccff0.noarch.rpm
نسخه بسته 0.30
انتشار بسته 7.module_el8.6.0+3190+6d8ccff0
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Thu 18 Aug 2022 04
هاست سازنده alma-build.sinenomine.net
نوع بسته .rpm
آدرس صفحه اصلی https://metacpan.org/release/Try-Tiny
مجوز MIT
حجم دانلود 45K
حجم نصب 65.333K
This module provides bare bones try/catch statements that are designed to minimize common mistakes with eval blocks, and NOTHING else. This is unlike TryCatch, which provides a nice syntax and avoids adding another call stack layer, and supports calling return from the try block to return from the parent subroutine. These extra features come at a cost of a few dependencies, namely Devel::Declare and Scope::Upper that are occasionally problematic, and the additional catch filtering uses Moose type constraints, which may not be desirable either.


جایگزین ها



نیازمندی

مقدار نام
- perl(:MODULE_COMPAT_5.30.1)
>= 5.6.0 perl(:VERSION)
- perl(Carp)
>= 5.57 perl(Exporter)
- perl(Sub::Util)
- perl(constant)
- perl(strict)
- perl(warnings)


ارائه دهنده

مقدار نام
= 0.30 perl(Try::Tiny)
= 0.30-7.module_el8.6.0+3190+6d8ccff0 perl-Try-Tiny


نحوه نصب


نصب پکیج rpm perl-Try-Tiny:

    dnf install perl-Try-Tiny-0.30-7.module_el8.6.0+3190+6d8ccff0.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-Try-Tiny
/usr/share/doc/perl-Try-Tiny/CONTRIBUTING
/usr/share/doc/perl-Try-Tiny/Changes
/usr/share/doc/perl-Try-Tiny/README
/usr/share/doc/perl-Try-Tiny/t
/usr/share/doc/perl-Try-Tiny/t/00-report-prereqs.dd
/usr/share/doc/perl-Try-Tiny/t/00-report-prereqs.t
/usr/share/doc/perl-Try-Tiny/t/basic.t
/usr/share/doc/perl-Try-Tiny/t/context.t
/usr/share/doc/perl-Try-Tiny/t/erroneous_usage.t
/usr/share/doc/perl-Try-Tiny/t/finally.t
/usr/share/doc/perl-Try-Tiny/t/given_when.t
/usr/share/doc/perl-Try-Tiny/t/global_destruction_forked.t
/usr/share/doc/perl-Try-Tiny/t/global_destruction_load.t
/usr/share/doc/perl-Try-Tiny/t/lib
/usr/share/doc/perl-Try-Tiny/t/lib/TryUser.pm
/usr/share/doc/perl-Try-Tiny/t/named.t
/usr/share/doc/perl-Try-Tiny/t/when.t
/usr/share/doc/perl-Try-Tiny/t/zzz-check-breaks.t
/usr/share/licenses/perl-Try-Tiny
/usr/share/licenses/perl-Try-Tiny/LICENCE
/usr/share/man/man3/Try::Tiny.3pm.gz
/usr/share/perl5/vendor_perl/Try
/usr/share/perl5/vendor_perl/Try/Tiny.pm


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

تاریخ آخرین تغییر جزئیات
2019-07-26

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

2019-05-31

Perl 5.30 rebuild

2019-02-02

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

2018-07-13

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

2018-06-28

Perl 5.28 rebuild

2018-02-09

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

2017-12-21

Update to 0.30
Expand "when" test skippage to more perl versions

2017-12-19

Update to 0.29

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

2017-01-09

Update to 0.28
Enabled some tests of finally blocks that were disabled on 5.6, now that

2016-08-16

Update to 0.27
"finally" blocks are now run for all methods of leaving the try block
Switch from finalizers using an array to a hash, to resolve segfaults when
Name/#3)
Repository moved to the github p5sagit organization (the primary is on
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-12-11

Update to 0.24
Fix syntax of example code (PR#22)
'perl' removed from prerequisite recommendations, to avoid tripping up CPAN
Sub::Util is used preferentially to Sub::Name in most cases (PR#27)
This release by ETHER → update source URL
Modernize spec
Don't run the extra tests