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:
parent
9ac1162e1a
commit
3487eeae74
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user