Update to 0.084
- New upstream release 0.084 - Fixed relative() for the case with regex metacharacters in the path
This commit is contained in:
parent
c6da6dc260
commit
4536339a68
@ -1,7 +1,7 @@
|
||||
# TODO: BR: optional test dependency perl(Test::MockRandom) when available
|
||||
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.082
|
||||
Version: 0.084
|
||||
Release: 1%{?dist}
|
||||
Summary: File path utility
|
||||
Group: Development/Libraries
|
||||
@ -106,6 +106,10 @@ make test
|
||||
%{_mandir}/man3/Path::Tiny.3*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 4 2016 Paul Howarth <paul@city-fan.org> - 0.084-1
|
||||
- Update to 0.084
|
||||
- Fixed relative() for the case with regex metacharacters in the path
|
||||
|
||||
* Wed Mar 2 2016 Paul Howarth <paul@city-fan.org> - 0.082-1
|
||||
- Update to 0.082
|
||||
- The relative() method no longer uses File::Spec's buggy rel2abs method;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user