Update to 0.051

- New upstream release 0.051
  - Recursive iteration won't throw an exception if a directory is removed or
    unreadable during iteration
This commit is contained in:
Paul Howarth 2013-12-21 16:48:55 +00:00
parent b00bff754c
commit 9ac1162e1a
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Path-Tiny
Version: 0.049
Version: 0.051
Release: 1%{?dist}
Summary: File path utility
Group: Development/Libraries
@ -98,6 +98,11 @@ make test
%{_mandir}/man3/Path::Tiny.3pm*
%changelog
* Sat Dec 21 2013 Paul Howarth <paul@city-fan.org> - 0.051-1
- Update to 0.051
- Recursive iteration won't throw an exception if a directory is removed or
unreadable during iteration
* Thu Dec 12 2013 Paul Howarth <paul@city-fan.org> - 0.049-1
- Update to 0.049
- Added 'subsumes' method

View File

@ -1 +1 @@
a4cda6f443033934eb557cbb8b1256af Path-Tiny-0.049.tar.gz
7047068ee6df8b0378d885bca1c6a614 Path-Tiny-0.051.tar.gz