معرفی شرکت ها


perl-Path-Tiny-0.118-3.el9.noarch.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

File path utility
ویژگی مقدار
سیستم عامل Linux
توزیع AlmaLinux 9
مخزن AlmaLinux CRB noarch
نام بسته perl-Path-Tiny
نام فایل بسته perl-Path-Tiny-0.118-3.el9.noarch.rpm
نسخه بسته 0.118
انتشار بسته 3.el9
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Fri 11 Feb 2022 10
هاست سازنده alma9-build.sinenomine.net
نوع بسته .rpm
آدرس صفحه اصلی https://metacpan.org/release/Path-Tiny
مجوز ASL 2.0
حجم دانلود 66K
حجم نصب 203.860K
This module attempts to provide a small, fast utility for working with file paths. It is friendlier to use than File::Spec and provides easy access to functions from several other core file handling modules. It doesn't attempt to be as full-featured as IO::All or Path::Class, nor does it try to work for anything except Unix-like and Win32 platforms. Even then, it might break if you try something particularly obscure or tortuous. All paths are forced to have Unix-style forward slashes. Stringifying the object gives you back the path (after some clean up). File input/output methods flock handles before reading or writing, as appropriate. The *_utf8 methods (slurp_utf8, lines_utf8, etc.) operate in raw mode without CRLF translation.


نیازمندی

مقدار نام
- perl(:MODULE_COMPAT_5.32.1)
>= 5.8.1 perl(:VERSION)
- perl(Carp)
- perl(Config)
- perl(Cwd)
>= 1.03 perl(Digest)
- perl(Digest::MD5)
>= 5.45 perl(Digest::SHA)
- perl(Encode)
>= 5.57 perl(Exporter)
- perl(Fcntl)
- perl(File::Copy)
- perl(File::Glob)
>= 2.07 perl(File::Path)
>= 0.86 perl(File::Spec)
>= 0.18 perl(File::Temp)
- perl(File::stat)
>= 0.58 perl(Unicode::UTF8)
- perl(constant)
- perl(overload)
- perl(strict)
- perl(threads)
- perl(warnings)
- perl(warnings::register)


ارائه دهنده

مقدار نام
= 0.118 perl(Path::Tiny)
- perl(Path::Tiny::Error)
= 0.118-3.el9 perl-Path-Tiny


نحوه نصب


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

    dnf install perl-Path-Tiny-0.118-3.el9.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-Path-Tiny
/usr/share/doc/perl-Path-Tiny/CONTRIBUTING.mkdn
/usr/share/doc/perl-Path-Tiny/Changes
/usr/share/doc/perl-Path-Tiny/README
/usr/share/licenses/perl-Path-Tiny
/usr/share/licenses/perl-Path-Tiny/LICENSE
/usr/share/man/man3/Path::Tiny.3pm.gz
/usr/share/perl5/vendor_perl/Path
/usr/share/perl5/vendor_perl/Path/Tiny.pm


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

تاریخ آخرین تغییر جزئیات
2021-08-09

Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

2021-04-16

Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

2021-02-05

Update to 0.118
Skip symlink tests on Windows by actually testing symlinks, as Perl 5.33.5

2021-01-27

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

2021-01-23

Update to 0.116
Fix tests on MSYS without symlinks enabled

2020-07-28

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

2020-06-23

Perl 5.32 rebuild

2020-04-26

Update to 0.114
Use \z instead of $ in regular expressions

2020-01-29

Update to 0.112
Another test fix on Windows, possibly due to a behavior change in

2020-01-14

Update to 0.110
Fixes tests on Windows, particularly with newer File::Spec