@ -1,5 +1,5 @@
Name: perl-Config-Tiny
Name: perl-Config-Tiny
Version: 2.16
Version: 2.17
Release: 1%{?dist}
Release: 1%{?dist}
Summary: Perl module for reading and writing .ini style configuration files
Summary: Perl module for reading and writing .ini style configuration files
Group: Development/Libraries
Group: Development/Libraries
@ -54,6 +54,14 @@ make test TEST_FILES="xt/*.t" AUTOMATED_TESTING=1
%{_mandir}/man3/Config::Tiny.3pm*
%{_mandir}/man3/Config::Tiny.3pm*
%changelog
%changelog
* Fri Sep 13 2013 Paul Howarth <paul@city-fan.org> - 2.17-1
- Update to 2.17
- Remove the file tests -efr during calls to read(); the open() tests for any
error
- The -f test was reporting /dev/null as a directory, not a file
(CPAN RT#36974)
- Clean up some error messages slightly
* Fri Sep 6 2013 Paul Howarth <paul@city-fan.org> - 2.16-1
* Fri Sep 6 2013 Paul Howarth <paul@city-fan.org> - 2.16-1
- Update to 2.16
- Update to 2.16
- Replace Path::Tiny with File::Spec, because the former's list of
- Replace Path::Tiny with File::Spec, because the former's list of