Name: | rh-perl530-perl-Path-Tiny |
---|---|
Version: | 0.108 |
Release: | 5.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 208671 |
License: | ASL 2.0 |
RPM: | rh-perl530-perl-Path-Tiny-0.108-5.el7.noarch.rpm |
Source RPM: | rh-perl530-perl-Path-Tiny-0.108-5.el7.src.rpm |
Build Date: | Fri Dec 11 2020 |
Build Host: | x86-ol7-builder-01.us.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. |
- SCL
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Perl 5.30 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Update to 0.108 - Fixed a bug where failure to load optional modules would trigger an external $SIG{__DIE__} handler
- Update to 0.106 - The PERL_PATH_TINY_NO_FLOCK environment variable has been added to allow users to disable file locking (and any associated warnings) - Detection of unsupported 'flock' is no longer BSD-specific; this allows detecting and warning, for example, with the Luster filesystem on Linux - Improve reliability and diagnostics of tests run via 'do'
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Perl 5.28 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Enable Test::MockRandom test