معرفی شرکت ها


perl-DateTime-Format-Strptime-1.75-2.el8.noarch.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Parse and format strptime and strftime patterns
ویژگی مقدار
سیستم عامل Linux
توزیع CentOS 8-stream
مخزن Centos PowerTools noarch
نام بسته perl-DateTime-Format-Strptime
نام فایل بسته perl-DateTime-Format-Strptime-1.75-2.el8.noarch.rpm
نسخه بسته 1.75
انتشار بسته 2.el8
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Sun 19 May 2019 03
هاست سازنده x86-01.mbox.centos.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/DateTime-Format-Strptime/
مجوز Artistic 2.0
حجم دانلود 48K
حجم نصب 90.601K
This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.


نیازمندی

مقدار نام
- perl(:MODULE_COMPAT_5.26.3)
- perl(Carp)
>= 1.00 perl(DateTime)
- perl(DateTime::Format::Strptime::Types)
>= 1.05 perl(DateTime::Locale)
- perl(DateTime::Locale::Base)
- perl(DateTime::Locale::FromData)
>= 2.09 perl(DateTime::TimeZone)
- perl(Exporter)
>= 0.15 perl(Package::DeprecationManager)
- perl(Params::ValidationCompiler)
>= 0.33 perl(Specio)
- perl(Specio::Declare)
- perl(Specio::Exporter)
- perl(Specio::Library::Builtins)
- perl(Specio::Library::String)
- perl(Try::Tiny)
- perl(constant)
- perl(parent)
- perl(strict)
- perl(warnings)


ارائه دهنده

مقدار نام
= 1.75 perl(DateTime::Format::Strptime)
= 1.75 perl(DateTime::Format::Strptime::Types)
= 1:1.75-2.el8 perl-DateTime-Format-Strptime


نحوه نصب


نصب پکیج rpm perl-DateTime-Format-Strptime:

    sudo dnf install perl-DateTime-Format-Strptime-1.75-2.el8.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-DateTime-Format-Strptime
/usr/share/doc/perl-DateTime-Format-Strptime/CONTRIBUTING.md
/usr/share/doc/perl-DateTime-Format-Strptime/Changes
/usr/share/doc/perl-DateTime-Format-Strptime/README.md
/usr/share/licenses/perl-DateTime-Format-Strptime
/usr/share/licenses/perl-DateTime-Format-Strptime/LICENSE
/usr/share/man/man3/DateTime::Format::Strptime.3pm.gz
/usr/share/man/man3/DateTime::Format::Strptime::Types.3pm.gz
/usr/share/perl5/vendor_perl/DateTime
/usr/share/perl5/vendor_perl/DateTime/Format
/usr/share/perl5/vendor_perl/DateTime/Format/Strptime
/usr/share/perl5/vendor_perl/DateTime/Format/Strptime.pm


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

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

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

2017-12-26

Update to 1.75
Fixed tests to pass with blead Perl (GH#19)

2017-08-04

Update to 1.74
Fix text not to rely on a very specific exception message from Specio; this

2017-07-27

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

2017-06-06

Perl 5.26 rebuild

2017-02-11

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

2017-02-01

Update to 1.73
The format_datetime method now checks that the object it is given isa

2017-01-25

Update to 1.72
By default, the word boundary checks added in 1.69 are now off; you can
Switched from Params::Validate to Params::ValidationCompiler
Require DateTime::Locale 1.05; this fixes some test failures seen on CPAN
Require DateTime::TimeZone 2.09 because you should really update this on a
Require Specio 0.33 to fix other test failures seen on CPAN (I hope)

2016-12-11

Update to 1.70
The word boundary check supposedly added in 1.67 didn't really work
Added docs for several formats that have long been supported but not
Altered the conversion specifier %z to accept ÂąHH, ÂąHHMM, ÂąHH:MM and Z;

2016-05-16

Perl 5.24 rebuild

2016-05-09

Update to 1.68
Author tests are no longer in t/, which makes running tests for non-authors

2016-04-01

Update to 1.67
Fixed a regression introduced in 1.60; older versions of this library would
%m-%d" would match
12-30efgh" - this is probably too permissive, but
03-31" (GH#3)

2016-03-29

Update to 1.66
Added a zone_map constructor argument; this lets you supply a mapping for

2016-03-20

1.65 bump
License is now Artistic 2.0

2016-02-22

1.64 bump

2016-02-04

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