[perl-Config-Tiny] Update to 2.19

Paul Howarth pghmcfc at fedoraproject.org
Sun Sep 15 12:21:11 UTC 2013


commit 287bb88d2c01a1a6eef4fc8e1c83304374a1f29f
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Sep 15 13:17:43 2013 +0100

    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)

 perl-Config-Tiny.spec |   10 +++++++++-
 sources               |    2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)
---
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 <paul at 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 at city-fan.org> - 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



More information about the perl-devel mailing list