Mon, 21 Oct 2024 21:49:36 UTC | login

Information for build perl-Path-Tiny-0.104-6.fc29

ID50975
Package Nameperl-Path-Tiny
Version0.104
Release6.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
StartedThu, 12 Jul 2018 22:04:08 UTC
CompletedThu, 12 Jul 2018 22:04:08 UTC
Tags
f29
RPMs
src
perl-Path-Tiny-0.104-6.fc29.src.rpm (info) (download)
noarch
perl-Path-Tiny-0.104-6.fc29.noarch.rpm (info) (download)
Changelog * 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 * Sun Jul 03 2016 Paul Howarth <paul@city-fan.org> - 0.096-1 - Update to 0.096 - Improved method for hiding some modules during tests - BR: perl-generators unconditionally