Update to 2.20

- New upstream release 2.20
  - Relax pre-req version requirements
epel9
Paul Howarth 11 years ago
parent 287bb88d2c
commit 85f94aca1b

@ -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)

@ -1 +1 @@
4f212792cb988a39872a5413b290b6a8 Config-Tiny-2.19.tgz
d239ea56157fcd61ac796fc13d585dc3 Config-Tiny-2.20.tgz

Loading…
Cancel
Save