Update to 2.19

- New upstream release 2.19
  - Remove obsolete and wrong version # from Makefile.PL (CPAN RT#88658)
  - Test if read() will return undef; if so, set an error message and (still)
    return undef
  - Change VERSION => $VERSION in Makefile.PL to
    VERSION_FROM => 'lib/Config/Tiny.pm' (CPAN RT#88670)
epel9
Paul Howarth 11 years ago
parent be705c0a56
commit 287bb88d2c

@ -1,5 +1,5 @@
Name: perl-Config-Tiny
Version: 2.17
Version: 2.19
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
* 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)
- Test if read() will return undef; if so, set an error message and (still)
return undef
- Change VERSION => $VERSION in Makefile.PL to
VERSION_FROM => 'lib/Config/Tiny.pm' (CPAN RT#88670)
* 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

@ -1 +1 @@
6cbd7e5bb433fee17a2337f42a7e418e Config-Tiny-2.17.tgz
4f212792cb988a39872a5413b290b6a8 Config-Tiny-2.19.tgz

Loading…
Cancel
Save