Update to 0.041

- New upstream release 0.041
  - Remove duplicate test dependency on File::Spec that triggers a CPAN.pm bug
This commit is contained in:
Paul Howarth 2013-10-11 15:00:37 +01:00
parent 201e3e3bcb
commit 6f37b270fb
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Path-Tiny
Version: 0.040
Version: 0.041
Release: 1%{?dist}
Summary: File path utility
Group: Development/Libraries
@ -35,8 +35,6 @@ BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Spec::Unix)
BuildRequires: perl(File::Temp) >= 0.19
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(lib)
BuildRequires: perl(List::Util)
BuildRequires: perl(open)
@ -98,6 +96,10 @@ make test
%{_mandir}/man3/Path::Tiny.3pm*
%changelog
* Fri Oct 11 2013 Paul Howarth <paul@city-fan.org> - 0.041-1
- Update to 0.041
- Remove duplicate test dependency on File::Spec that triggers a CPAN.pm bug
* Wed Oct 9 2013 Paul Howarth <paul@city-fan.org> - 0.040-1
- Update to 0.040
- The 'filehandle' method now offers an option to return locked handles

View File

@ -1 +1 @@
a7169251b8d72c02eef51e0a356f97a4 Path-Tiny-0.040.tar.gz
7cf9727a2eaf06b33a39df357140a981 Path-Tiny-0.041.tar.gz