Update to 0.052

- New upstream release 0.052
  - Backslash-to-slash conversion now only happens on Windows (since backslash
    is legal on Unix, we must allow it)
This commit is contained in:
Paul Howarth 2014-01-15 12:56:07 +00:00
parent 9ac1162e1a
commit 3487eeae74
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Path-Tiny
Version: 0.051
Version: 0.052
Release: 1%{?dist}
Summary: File path utility
Group: Development/Libraries
@ -98,6 +98,11 @@ make test
%{_mandir}/man3/Path::Tiny.3pm*
%changelog
* Wed Jan 15 2014 Paul Howarth <paul@city-fan.org> - 0.052-1
- Update to 0.052
- Backslash-to-slash conversion now only happens on Windows (since backslash
is legal on Unix, we must allow it)
* 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

View File

@ -1 +1 @@
7047068ee6df8b0378d885bca1c6a614 Path-Tiny-0.051.tar.gz
348e1ba505b26a5037f05e1b5059f21d Path-Tiny-0.052.tar.gz