BR: perl(Config) for the test suite (#1003660)

This commit is contained in:
Paul Howarth 2013-09-03 16:39:22 +01:00
parent 8628d0c22b
commit 672725e806

View File

@ -1,6 +1,6 @@
Name: perl-Path-Tiny
Version: 0.031
Release: 2%{?dist}
Release: 3%{?dist}
Summary: File path utility
Group: Development/Libraries
License: ASL 2.0
@ -31,6 +31,7 @@ BuildRequires: perl(warnings)
# Test Suite
BuildRequires: perl(blib)
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Config)
BuildRequires: perl(Devel::Hide)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::pushd)
@ -100,6 +101,9 @@ make test
%{_mandir}/man3/Path::Tiny.3pm*
%changelog
* Tue Sep 3 2013 Paul Howarth <paul@city-fan.org> - 0.031-3
- BR: perl(Config) for the test suite (#1003660)
* Mon Sep 2 2013 Paul Howarth <paul@city-fan.org> - 0.031-2
- Sanitize for Fedora submission