معرفی شرکت ها


perl-Path-Tiny-0.144-3.fc39.noarch.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

File path utility
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 39
مخزن Fedora Everything noarch
نام بسته perl-Path-Tiny
نام فایل بسته perl-Path-Tiny-0.144-3.fc39.noarch.rpm
نسخه بسته 0.144
انتشار بسته 3.fc39
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Fri 21 Jul 2023 04
هاست سازنده buildvm-a64-15.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://metacpan.org/release/Path-Tiny
مجوز Apache-2.0
حجم دانلود 75K
حجم نصب 231.105K
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.144-3.fc39.src.rpm 0.144 noarch Fedora Everything
perl-Path-Tiny-Rule-0.02-12.fc39.noarch.rpm 0.02 noarch Fedora Everything
perl-Path-Tiny-Rule-0.02-12.fc39.src.rpm 0.02 noarch Fedora Everything


نیازمندی

مقدار نام
>= 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::Compare)
- 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)
- perl-libs


ارائه دهنده

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


نحوه نصب


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

    dnf install perl-Path-Tiny-0.144-3.fc39.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


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

تاریخ آخرین تغییر جزئیات
2023-07-21

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

2023-01-20

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

2022-12-02

Update to 0.144
Fixed tilde expansion tests where ~root expands to '/'

2022-11-09

Update to 0.142
Tilde expansion is deprecated due to inconsistent and bug-prone behavior
Prevent expansion of tildes that are not the very first character (e.g.
Prevent unintentional tilde expansion during internal path processing
Escape non-tilde glob characters before tilde expansion
Fixed spew/edit to a long filename approaching the filesystem length limit
Internal calls to 'print' are checked for possible errors
Internal read calls are checked for errors
Path stringification now adds "./" in front of paths starting with literal
trip; FREEZE updated to use this stringification
'move' now uses File::Copy::move internally instead of the built-in
edit_lines_raw now uses a buffered raw I/O layer
edit_lines_utf8 now prefers PerlIO::utf8_strict, if available
lines_utf8 now consistently uses a buffered I/O layer
slurp_utf8 now consistently uses an unbuffered I/O layer
Changed all raw/UTF-8 layer descriptions in method documentation to match
Fixed SYNOPSIS syntax
Documented how to disable TMPDIR when making temp files/dirs
Add additional tilde stringification testing
Fixed tilde expansion tests on Windows
Skip a problematic test case on Cygwin

2022-10-20

Update to 0.130
The 'mkdir' method no longer fails when applied to an existing directory

2022-10-20

Update to 0.128
Added 'mkdir' to replace 'mkpath', but returning the path object for
The 'mkpath' method is deprecated in favor of 'mkdir'
Added 'has_same_bytes' to efficiently compare the contents of two files
Edited SYNOPSIS in the POD

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