Update to 0.058
- New upstream release 0.058
- Added a 'sibling' method as a more efficient form of calling
$path->parent->child(...).
- Documentation for every method annotated with the version number of the
last API change
This commit is contained in:
parent
360140b9fa
commit
1d73af95df
@ -1,5 +1,5 @@
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.057
|
||||
Version: 0.058
|
||||
Release: 1%{?dist}
|
||||
Summary: File path utility
|
||||
Group: Development/Libraries
|
||||
@ -99,6 +99,13 @@ make test
|
||||
%{_mandir}/man3/Path::Tiny.3pm*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 25 2014 Paul Howarth <paul@city-fan.org> - 0.058-1
|
||||
- Update to 0.058
|
||||
- Added a 'sibling' method as a more efficient form of calling
|
||||
$path->parent->child(...).
|
||||
- Documentation for every method annotated with the version number of the
|
||||
last API change
|
||||
|
||||
* Tue Sep 23 2014 Paul Howarth <paul@city-fan.org> - 0.057-1
|
||||
- Update to 0.057
|
||||
- On AIX, reads that default to locking would fail without write permissions,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user