Mon, 21 Oct 2024 21:57:31 UTC | login

Information for build perl-Path-Tiny-0.114-3.fc33

ID173651
Package Nameperl-Path-Tiny
Version0.114
Release3.fc33
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, 13 Aug 2020 12:38:43 UTC
CompletedThu, 13 Aug 2020 12:38:43 UTC
Tags
f33
f37
f38
RPMs
src
perl-Path-Tiny-0.114-3.fc33.src.rpm (info) (download)
noarch
perl-Path-Tiny-0.114-3.fc33.noarch.rpm (info) (download)
Changelog * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.114-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.114-2 - Perl 5.32 rebuild * Sun Apr 26 2020 Paul Howarth <paul@city-fan.org> - 0.114-1 - Update to 0.114 - Use \z instead of $ in regular expressions * Wed Jan 29 2020 Paul Howarth <paul@city-fan.org> - 0.112-1 - Update to 0.112 - Another test fix on Windows, possibly due to a behavior change in Cwd::getdcwd * Tue Jan 14 2020 Paul Howarth <paul@city-fan.org> - 0.110-1 - Update to 0.110 - Fixes tests on Windows, particularly with newer File::Spec * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.108-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.108-3 - Perl 5.30 rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.108-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * 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