معرفی شرکت ها


perl-Path-Tiny-0.124-1.fc37.noarch.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

File path utility
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 37
مخزن Fedora Everything noarch
نام بسته perl-Path-Tiny
نام فایل بسته perl-Path-Tiny-0.124-1.fc37.noarch.rpm
نسخه بسته 0.124
انتشار بسته 1.fc37
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Sat 03 Sep 2022 12
هاست سازنده buildvm-x86-09.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://metacpan.org/release/Path-Tiny
مجوز Apache-2.0
حجم دانلود 69K
حجم نصب 213.215K
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-Path-Tiny-0.124-1.fc37.src.rpm 0.124 noarch Fedora Everything
perl-Path-Tiny-Rule-0.02-10.fc37.noarch.rpm 0.02 noarch Fedora Everything
perl-Path-Tiny-Rule-0.02-10.fc37.src.rpm 0.02 noarch Fedora Everything


نیازمندی

مقدار نام
- perl(:MODULE_COMPAT_5.36.0)
>= 5.8.1 perl(:VERSION)
- perl(Carp)
- perl(Config)
- perl(Cwd)
>= 1.03 perl(Digest)
>= 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.003 perl(PerlIO::utf8_strict)
>= 0.58 perl(Unicode::UTF8)
- perl(constant)
- perl(overload)
- perl(strict)
- perl(threads)
- perl(warnings)
- perl(warnings::register)


ارائه دهنده

مقدار نام
= 0.124 perl(Path::Tiny)
- perl(Path::Tiny::Error)
= 0.124-1.fc37 perl-Path-Tiny


نحوه نصب


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

    dnf install perl-Path-Tiny-0.124-1.fc37.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


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

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

Update to 0.124
Added link to 'touchpath' in the 'mkpath' docs
Fixed example in `tempfile' docs
Use SPDX-format license tag

2022-07-22

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

2022-06-01

Perl 5.36 rebuild

2022-01-21

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

2022-01-17

Update to 0.122
Adds 'size' and 'size_human' methods; the latter gives 'ls -lh' style

2021-10-25

Update to 0.120
The 'tempdir' and 'tempfile' methods may be called on a Path::Tiny object

2021-07-22

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

2021-06-23

Remove runtime dependency for Digest::MD5

2021-05-21

Perl 5.34 rebuild

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