Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Path-Tiny-0.144-2.fc38 RPM for noarch

From Fedora 38 for ppc64le / p

Name: perl-Path-Tiny Distribution: Fedora Project
Version: 0.144 Vendor: Fedora Project
Release: 2.fc38 Build date: Fri Jan 20 06:24:20 2023
Group: Unspecified Build host: buildvm-x86-21.iad2.fedoraproject.org
Size: 236651 Source RPM: perl-Path-Tiny-0.144-2.fc38.src.rpm
Packager: Fedora Project
Url: https://metacpan.org/release/Path-Tiny
Summary: File path utility
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.

Provides

Requires

License

Apache-2.0

Changelog

* 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 '/'
* Wed Nov 09 2022 Paul Howarth <paul@city-fan.org> - 0.142-1
  - Update to 0.142
    Deprecations
    - Tilde expansion is deprecated due to inconsistent and bug-prone behavior
    Bug fixes
    - Prevent expansion of tildes that are not the very first character (e.g.
      "./~foo")
    - Prevent unintentional tilde expansion during internal path processing
    - Escape non-tilde glob characters before tilde expansion
    - Fixed spew/edit to a long filename approaching the filesystem length limit
    - Internal calls to 'print' are checked for possible errors
    - Internal read calls are checked for errors
    Changes
    - Path stringification now adds "./" in front of paths starting with literal
      tilde so they will round-trip; FREEZE updated to use this stringification
      rule as well
    - 'move' now uses File::Copy::move internally instead of the built-in
      'rename', allowing it to work across filesystems; it also returns an object
      for the moved location, allowing chaining
    - edit_lines_raw now uses a buffered raw I/O layer
    - edit_lines_utf8 now prefers PerlIO::utf8_strict, if available
    - lines_utf8 now consistently uses a buffered I/O layer
    - open*_utf8 now prefers PerlIO::utf8_strict, if available
    - slurp_utf8 now consistently uses an unbuffered I/O layer
    Documented
    - Changed all raw/UTF-8 layer descriptions in method documentation to match
      the code
    - Fixed SYNOPSIS syntax
    - Documented how to disable TMPDIR when making temp files/dirs
    Testing
    - Add additional tilde stringification testing
    - Fixed tilde expansion tests on Windows
    - Skip a problematic test case on Cygwin
* Thu Oct 20 2022 Paul Howarth <paul@city-fan.org> - 0.130-1
  - Update to 0.130
    - The 'mkdir' method no longer fails when applied to an existing directory
* Thu Oct 20 2022 Paul Howarth <paul@city-fan.org> - 0.128-1
  - Update to 0.128
    - Added 'mkdir' to replace 'mkpath', but returning the path object for
      chaining
    - The 'mkpath' method is deprecated in favor of 'mkdir'
    - Added 'has_same_bytes' to efficiently compare the contents of two files
    - Edited SYNOPSIS in the POD
* Fri Sep 02 2022 Paul Howarth <paul@city-fan.org> - 0.124-1
  - Update to 0.124
    - Added link to 'touchpath' in the 'mkpath' docs
    - Fixed example in `tempfile' docs
  - Use SPDX-format license tag
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.122-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.122-3
  - Perl 5.36 rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.122-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Jan 17 2022 Paul Howarth <paul@city-fan.org> - 0.122-1
  - Update to 0.122
    - Adds 'size' and 'size_human' methods; the latter gives 'ls -lh' style
      output, with options to choose base2 or base10 forms
* Mon Oct 25 2021 Paul Howarth <paul@city-fan.org> - 0.120-1
  - Update to 0.120
    - The 'tempdir' and 'tempfile' methods may be called on a Path::Tiny object
      representing a directory, in which case the directory will be used as the
      container for the temporary object (as if the 'DIR' argument were used)
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.118-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jun 23 2021 Michal Josef Spacek <mspacek@redhat.com> - 0.118-3
  - Remove runtime dependency for Digest::MD5
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.118-2
  - Perl 5.34 rebuild
* Fri Feb 05 2021 Paul Howarth <paul@city-fan.org> - 0.118-1
  - Update to 0.118
    - Skip symlink tests on Windows by actually testing symlinks, as Perl 5.33.5
      adds notional support but it's not possible without elevated privileges
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.116-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Jan 23 2021 Paul Howarth <paul@city-fan.org> - 0.116-1
  - Update to 0.116
    - Fix tests on MSYS without symlinks enabled

Files

/usr/share/doc/perl-Path-Tiny
/usr/share/doc/perl-Path-Tiny/CONTRIBUTING.mkdn
/usr/share/doc/perl-Path-Tiny/Changes
/usr/share/doc/perl-Path-Tiny/README
/usr/share/licenses/perl-Path-Tiny
/usr/share/licenses/perl-Path-Tiny/LICENSE
/usr/share/man/man3/Path::Tiny.3pm.gz
/usr/share/perl5/vendor_perl/Path
/usr/share/perl5/vendor_perl/Path/Tiny.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 22:57:55 2024