Update to 2.16

- New upstream release 2.16
  - Replace Path::Tiny with File::Spec, because the former's list of
    dependencies is soooo long :-( (see CPAN RT#88435 for Tree::DAG_Node)
epel9
Paul Howarth 12 years ago
parent 2b037fc018
commit 2cddce07dd

@ -1,5 +1,5 @@
Name: perl-Config-Tiny
Version: 2.15
Version: 2.16
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(Path::Tiny) >= 0.025
BuildRequires: perl(Test::More) >= 0.47
BuildRequires: perl(UNIVERSAL)
BuildRequires: perl(utf8)
@ -54,6 +54,11 @@ make test TEST_FILES="xt/*.t" AUTOMATED_TESTING=1
%{_mandir}/man3/Config::Tiny.3pm*
%changelog
* Fri Sep 6 2013 Paul Howarth <paul@city-fan.org> - 2.16-1
- Update to 2.16
- Replace Path::Tiny with File::Spec, because the former's list of
dependencies is soooo long :-( (see CPAN RT#88435 for Tree::DAG_Node)
* Tue Sep 3 2013 Paul Howarth <paul@city-fan.org> - 2.15-1
- Update to 2.15
- Clean up the shambolic dates in the Changes file

@ -1 +1 @@
3727f8d0d6bcfcde83e01ad770c94e52 Config-Tiny-2.15.tgz
034444587c4c0ac6e16ba8a148d93a2e Config-Tiny-2.16.tgz

Loading…
Cancel
Save