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:
Paul Howarth 2016-03-04 16:01:45 +00:00
parent c6da6dc260
commit 4536339a68
2 changed files with 6 additions and 2 deletions

View File

@ -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;

View File

@ -1 +1 @@
0a1d918d0b84a3459355d63411a6c084 Path-Tiny-0.082.tar.gz
91de357ef60ba1a86b1c68b6064321a9 Path-Tiny-0.084.tar.gz