Name: | rh-perl526-perl-Path-Tiny |
---|---|
Version: | 0.104 |
Release: | 5.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 204527 |
License: | ASL 2.0 |
RPM: | rh-perl526-perl-Path-Tiny-0.104-5.el7.noarch.rpm |
Source RPM: | rh-perl526-perl-Path-Tiny-0.104-5.el7.src.rpm |
Build Date: | Thu Oct 25 2018 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/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
- Enable Test::MockRandom test
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild
- Update to 0.104 - The 'absolute' method now always returns an absolute path, even if a user provided a relative path for the base path; the old, odd behavior was documented, but people often don't read docs so the new behavior avoids surprises - Added 'cached_temp' method
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- 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
- Update to 0.098 - Added 'realpath' option for 'tempfile' and 'tempdir' for situations where an absolute temporary path just isn't enough
- Update to 0.096 - Improved method for hiding some modules during tests - BR: perl-generators unconditionally
- Update to 0.094 - Path::Tiny will prefer PerlIO::utf8_strict over encoding(UTF-8) if available and Unicode::UTF8 is not installed - The 'touch' method can now set the current time on files that aren't owned, as long as they are writeable - Improved consistency of symlink support inspection; now always looks at $Config{d_symlink} - Skips impossible test on 'msys' platform. - BR: perl-generators where possible - Drop redundant Group: tag