معرفی شرکت ها


perl-Test-Specio-0.42-2.el8.noarch.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Test helpers for Specio
ویژگی مقدار
سیستم عامل Linux
توزیع AlmaLinux 8
مخزن AlmaLinux devel noarch
نام بسته perl-Test-Specio
نام فایل بسته perl-Test-Specio-0.42-2.el8.noarch.rpm
نسخه بسته 0.42
انتشار بسته 2.el8
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Mon 01 Nov 2021 09
هاست سازنده aa7e33bcbb0a
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/Specio/
مجوز Artistic 2.0
حجم دانلود 23K
حجم نصب 43.668K
This package provides some helper functions and variables for testing Specio types.


نیازمندی

مقدار نام
- perl(B)
- perl(Exporter)
- perl(IO::File)
- perl(Scalar::Util)
- perl(Specio::Library::Builtins)
- perl(Specio::Library::Numeric)
- perl(Specio::Library::Perl)
- perl(Specio::Library::String)
- perl(Sub::Quote)
- perl(Test::Fatal)
>= 0.96 perl(Test::More)
- perl(Try::Tiny)
- perl(overload)
- perl(strict)
- perl(warnings)
= 0.42-2.el8 perl-Specio


ارائه دهنده

مقدار نام
= 0.42 perl(Test::Specio)
= 0.42-2.el8 perl-Test-Specio


نحوه نصب


نصب پکیج rpm perl-Test-Specio:

    dnf install perl-Test-Specio-0.42-2.el8.noarch.rpm


فایل ها

مسیرها
/usr/share/man/man3/Test::Specio.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Specio.pm


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

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

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

2017-11-06

Update to 0.42
Fixed checks for whether a class is loaded in light of upcoming
The Perl library claimed it provided types named LaxVersionStr and

2017-08-04

Update to 0.40
Fixed more bugs with {any,object}_{can,does,isa}_type
When passed a glob (not a globref) they would die in their type check
Fixed subification overloading: if Sub::Quote was loaded, this would be

2017-08-03

Update to 0.39
Many bug fixes and improvements to the types created by
The messages describing a failure for all of these types have been improved

2017-07-27

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

2017-07-01

Update to 0.38
Simplify checks for overloading to not call overload::Overloaded(); just

2017-06-07

Perl 5.26 re-rebuild of bootstrapped packages

2017-06-05

Perl 5.26 rebuild

2017-05-09

Update to 0.37
Possible fix for very weird failures seen under threaded Perls with some

2017-02-20

Update to 0.36
Inlined coercions would attempt to coerce for every type that matched the
Inlined coercions did not include the inline environment variables needed
When you use the same type repeatedly as coderef (for example, as a
referenced
Added an API to Specio::Subs to allow you to combine type libraries and

2017-02-13

Update to 0.35
Added Specio::Subs, a module that allows you to turn one or more library's
Added an inline_coercion method to Specio constraints

2017-02-11

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

2017-01-30

Update to 0.34
Packages with Specio::Exporter can now specify additional arbitrary subs to
Importing the same library twice in a given package would throw an

2017-01-25

Update to 0.33
Fixed a mistake in the SYNOPSIS for Specio::Declare; the example for the
Removed the alpha warning from the docs; this is being used by enough of my

2017-01-13

Update to 0.32
Fixed a bug in the inlining for types create by any_can_type() and

2016-11-07

Update to 0.31
The stack trace contained by Specio::Exception objects no longer includes
Made the inline_environment() and description() methods public on type and