Name: | perl-Path-Tiny |
---|---|
Version: | 0.118 |
Release: | 3.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 208752 |
License: | ASL 2.0 |
RPM: | perl-Path-Tiny-0.118-3.el9.noarch.rpm |
Source RPM: | perl-Path-Tiny-0.118-3.el9.src.rpm |
Build Date: | Tue Jan 11 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Path-Tiny |
Summary: | File path utility |
Description: | 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. |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
- Update to 0.118 - Skip symlink tests on Windows by actually testing symlinks, as Perl 5.33.5 adds notional support but it's not possible without elevated privileges
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Update to 0.116 - Fix tests on MSYS without symlinks enabled
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Perl 5.32 rebuild
- Update to 0.114 - Use \z instead of $ in regular expressions
- Update to 0.112 - Another test fix on Windows, possibly due to a behavior change in Cwd::getdcwd
- Update to 0.110 - Fixes tests on Windows, particularly with newer File::Spec