Mon, 09 Sep 2024 08:52:05 UTC | login

Information for build perl-Path-Tiny-0.108-1.fc29

ID70059
Package Nameperl-Path-Tiny
Version0.108
Release1.fc29
Epoch
SummaryFile path utility
DescriptionThis 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 12 Aug 2018 19:58:50 UTC
CompletedSun, 12 Aug 2018 19:58:50 UTC
Tags
f29
f30
f31
RPMs
src
perl-Path-Tiny-0.108-1.fc29.src.rpm (info) (download)
noarch
perl-Path-Tiny-0.108-1.fc29.noarch.rpm (info) (download)
Changelog * Wed Aug 01 2018 Paul Howarth <paul@city-fan.org> - 0.108-1 - Update to 0.108 - Fixed a bug where failure to load optional modules would trigger an external $SIG{__DIE__} handler * Mon Jul 16 2018 Paul Howarth <paul@city-fan.org> - 0.106-1 - 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' * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.104-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.104-6 - Perl 5.28 rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.104-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Dec 08 2017 Petr Pisar <ppisar@redhat.com> - 0.104-4 - Enable Test::MockRandom test * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.104-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.104-2 - Perl 5.26 rebuild * Sat Feb 18 2017 Paul Howarth <paul@city-fan.org> - 0.104-1 - 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 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.100-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun Jan 15 2017 Paul Howarth <paul@city-fan.org> - 0.100-1 - 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 * Mon Oct 10 2016 Paul Howarth <paul@city-fan.org> - 0.098-1 - Update to 0.098 - Added 'realpath' option for 'tempfile' and 'tempdir' for situations where an absolute temporary path just isn't enough