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:
parent
201e3e3bcb
commit
6f37b270fb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user