Update to 0.098

- New upstream release 0.098
  - Added 'realpath' option for 'tempfile' and 'tempdir' for situations where
    an absolute temporary path just isn't enough
This commit is contained in:
Paul Howarth 2016-10-10 13:36:24 +01:00
parent 8bb25b7dce
commit d8046b42af
2 changed files with 7 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.096
Version: 0.098
Release: 1%{?dist}
Summary: File path utility
License: ASL 2.0
@ -106,6 +106,11 @@ make test
%{_mandir}/man3/Path::Tiny.3*
%changelog
* Mon Oct 10 2016 Paul Howarth <paul@city-fan.org> - 0.098-1
- Update to 0.098
- Added 'realpath' option for 'tempfile' and 'tempdir' for situations where
an absolute temporary path just isn't enough
* Sun Jul 3 2016 Paul Howarth <paul@city-fan.org> - 0.096-1
- Update to 0.096
- Improved method for hiding some modules during tests

View File

@ -1 +1 @@
fac457f1c34134a9cce3aa15d3c7a1b7 Path-Tiny-0.096.tar.gz
dd5c11cf3ba2c46726c47334686e2332 Path-Tiny-0.098.tar.gz