Update to 0.096

- New upstream release 0.096
  - Improved method for hiding some modules during tests
- BR: perl-generators unconditionally
This commit is contained in:
Paul Howarth 2016-07-03 12:13:54 +01:00
parent 4cdc86024f
commit 8bb25b7dce
2 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# TODO: BR: optional test dependency perl(Test::MockRandom) when available
Name: perl-Path-Tiny
Version: 0.094
Version: 0.096
Release: 1%{?dist}
Summary: File path utility
License: ASL 2.0
@ -13,9 +13,7 @@ BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
%if 0%{?fedora} > 20 || 0%{?rhel} > 7
BuildRequires: perl-generators
%endif
BuildRequires: perl(ExtUtils::MakeMaker)
# Module Runtime
BuildRequires: perl(Carp)
@ -108,6 +106,11 @@ make test
%{_mandir}/man3/Path::Tiny.3*
%changelog
* 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
- BR: perl-generators unconditionally
* Mon May 23 2016 Paul Howarth <paul@city-fan.org> - 0.094-1
- Update to 0.094
- Path::Tiny will prefer PerlIO::utf8_strict over encoding(UTF-8) if

View File

@ -1 +1 @@
23cece1c109e38760d5ade7a2ead895c Path-Tiny-0.094.tar.gz
fac457f1c34134a9cce3aa15d3c7a1b7 Path-Tiny-0.096.tar.gz