معرفی شرکت ها


perl-Path-Tiny-0.104-5.el8.noarch.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

File path utility
ویژگی مقدار
سیستم عامل Linux
توزیع CentOS 8-stream
مخزن Centos PowerTools noarch
نام بسته perl-Path-Tiny
نام فایل بسته perl-Path-Tiny-0.104-5.el8.noarch.rpm
نسخه بسته 0.104
انتشار بسته 5.el8
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Tue 14 May 2019 08
هاست سازنده aarch64-01.mbox.centos.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/Path-Tiny/
مجوز ASL 2.0
حجم دانلود 79K
حجم نصب 199.764K
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.26.3)
>= 5.8.1 perl(:VERSION)
- perl(Carp)
- perl(Config)
- perl(Cwd)
>= 1.03 perl(Digest)
- perl(Digest::MD5)
>= 5.45 perl(Digest::SHA)
>= 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)


ارائه دهنده

مقدار نام
= 0.104 perl(Path::Tiny)
- perl(Path::Tiny::Error)
= 0.104-5.el8 perl-Path-Tiny


نحوه نصب


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

    sudo dnf install perl-Path-Tiny-0.104-5.el8.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


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

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

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

2017-12-08

Enable Test::MockRandom test

2017-07-27

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

2017-06-06

Perl 5.26 rebuild

2017-02-18

Update to 0.104
The 'absolute' method now always returns an absolute path, even if a user
Added 'cached_temp' method

2017-02-11

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

2017-01-15

Update to 0.100
Fixed tests for eventual removal of '.' from @INC in Perl
Fixed filehandle mode doc typo
Fixed doc typo in relative() that mentioned rel2abs instead of abs2rel

2016-10-10

Update to 0.098
Added 'realpath' option for 'tempfile' and 'tempdir' for situations where

2016-07-03

Update to 0.096
Improved method for hiding some modules during tests
BR: perl-generators unconditionally

2016-05-23

Update to 0.094
Path::Tiny will prefer PerlIO::utf8_strict over encoding(UTF-8) if
The 'touch' method can now set the current time on files that aren't owned,
Improved consistency of symlink support inspection; now always looks at
Skips impossible test on 'msys' platform.
BR: perl-generators where possible
Drop redundant Group: tag

2016-05-16

Perl 5.24 rebuild

2016-05-03

Update to 0.090
Fix spew_utf8 to allow array references as input

2016-04-18

Update to 0.088
Fixed bugs in relative symlink resolution for realpath, spew and edit_lines
Symlink resolution will detect circular loops and throw an error

2016-04-04

Update to 0.086
Improved documentation of copy and move
Simplify find command using -delete

2016-03-04

Update to 0.084
Fixed relative() for the case with regex metacharacters in the path

2016-03-02

Update to 0.082
The relative() method no longer uses File::Spec's buggy rel2abs method;
Added 'edit' and 'edit_lines' plus _utf8 and _raw variants; this is
i flag (though without backups)
Fixed lines_utf8() with chomping for repeated empty lines
Fixed lines_utf8+chomp and relative() bugs on Windows
Documented that subclassing is not supported