[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package perl-Path-Tiny-0.144-9.el10.src download

Name perl-Path-Tiny
Epoch 0
Version 0.144
Release 9.el10
Architecture src
Website/URL https://metacpan.org/release/Path-Tiny
License Apache-2.0
Build Time 2024-12-20 15:58:28
Build Host builder-x86-05.inferitos.ru
Summary File path utility
Repositories CRB
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.
Errata
Size 147 KiB
Source Project perl-Path-Tiny-0.144-9.el10
SHA-256 checksum 598be902471d2cdb6d545d18a2b1dfa8866134f13d9480d45180105212af41e2
× Full screenshot
Changelog link
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.144-9
- Bump release for October 2024 mass rebuild:
  Resolves: RHEL-64018

* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.144-8
- Rebuilt for MSVSphere 10

* Mon Aug 26 2024 Jitka Plesnikova <jplesnik@redhat.com> - 0.144-8
- Fix filters of dependencies

* Wed Jul 17 2024 Michal Josef Špaček <mspacek@redhat.com> - 0.144-7
- Package tests

* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.144-6
- Bump release for June 2024 mass rebuild

* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.144-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.144-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.144-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.144-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Fri Dec 02 2022 Paul Howarth <paul@city-fan.org> - 0.144-1
- Update to 0.144
  - Fixed tilde expansion tests where ~root expands to '/'