|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Config-Tiny
|
|
|
|
|
Version: 2.19
|
|
|
|
|
Version: 2.20
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Perl module for reading and writing .ini style configuration files
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -12,8 +12,8 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
# Module Runtime
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
# Test Suite
|
|
|
|
|
BuildRequires: perl(File::Spec) >= 3.40
|
|
|
|
|
BuildRequires: perl(File::Temp) >= 0.19
|
|
|
|
|
BuildRequires: perl(File::Spec) >= 3.30
|
|
|
|
|
BuildRequires: perl(File::Temp) >= 0.22
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.47
|
|
|
|
|
BuildRequires: perl(UNIVERSAL)
|
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
@ -54,6 +54,10 @@ make test TEST_FILES="xt/*.t" AUTOMATED_TESTING=1
|
|
|
|
|
%{_mandir}/man3/Config::Tiny.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Nov 24 2013 Paul Howarth <paul@city-fan.org> - 2.20-1
|
|
|
|
|
- Update to 2.20
|
|
|
|
|
- Relax pre-req version requirements
|
|
|
|
|
|
|
|
|
|
* Sun Sep 15 2013 Paul Howarth <paul@city-fan.org> - 2.19-1
|
|
|
|
|
- Update to 2.19
|
|
|
|
|
- Remove obsolete and wrong version # from Makefile.PL (CPAN RT#88658)
|
|
|
|
|