diff --git a/perl-Config-Tiny.spec b/perl-Config-Tiny.spec index c3cc7db..b68401b 100644 --- a/perl-Config-Tiny.spec +++ b/perl-Config-Tiny.spec @@ -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 - 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 - 2.17-1 - Update to 2.17 - Remove the file tests -efr during calls to read(); the open() tests for any diff --git a/sources b/sources index bd35328..b19df6d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6cbd7e5bb433fee17a2337f42a7e418e Config-Tiny-2.17.tgz +4f212792cb988a39872a5413b290b6a8 Config-Tiny-2.19.tgz