Update to 2.17

- New upstream release 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
epel9
Paul Howarth 11 years ago
parent 2cddce07dd
commit be705c0a56

@ -1,5 +1,5 @@
Name: perl-Config-Tiny
Version: 2.16
Version: 2.17
Release: 1%{?dist}
Summary: Perl module for reading and writing .ini style configuration files
Group: Development/Libraries
@ -54,6 +54,14 @@ make test TEST_FILES="xt/*.t" AUTOMATED_TESTING=1
%{_mandir}/man3/Config::Tiny.3pm*
%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
- Update to 2.16
- Replace Path::Tiny with File::Spec, because the former's list of

@ -1 +1 @@
034444587c4c0ac6e16ba8a148d93a2e Config-Tiny-2.16.tgz
6cbd7e5bb433fee17a2337f42a7e418e Config-Tiny-2.17.tgz

Loading…
Cancel
Save