Update to 0.130
- New upstream release 0.130 - The 'mkdir' method no longer fails when applied to an existing directory
This commit is contained in:
parent
7ca17f45d2
commit
f22502c8e4
@ -6,7 +6,7 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.128
|
||||
Version: 0.130
|
||||
Release: 1%{?dist}
|
||||
Summary: File path utility
|
||||
License: Apache-2.0
|
||||
@ -123,6 +123,10 @@ make test
|
||||
%{_mandir}/man3/Path::Tiny.3*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Path-Tiny-0.128.tar.gz) = 0b5b670e1bd2b76a0766591801fbd582c250bf531f57e847564ad66f77633c342a2c451a27d3ff79cac9f4d669b25b926ee13f4df4237c5d2dbced1483d5d6b4
|
||||
SHA512 (Path-Tiny-0.130.tar.gz) = 72808cee527c31f748393d81e80297cf17f5e077c3271cd4c9f98324b71db684c7d148e6c15ac156c1087508c7689c3cd6144a504a541eb882e2a65d392f916a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user