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:
parent
8bb25b7dce
commit
d8046b42af
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user