[perl-Config-Tiny] Update to 2.17

Paul Howarth pghmcfc at fedoraproject.org
Fri Sep 13 15:10:29 UTC 2013


commit be705c0a562e779d0c2c4da6d5814d941877fc06
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Sep 13 16:07:53 2013 +0100

    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

 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 15ab16a..c3cc7db 100644
--- a/perl-Config-Tiny.spec
+++ b/perl-Config-Tiny.spec
@@ -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 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
+    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 at city-fan.org> - 2.16-1
 - Update to 2.16
   - Replace Path::Tiny with File::Spec, because the former's list of
diff --git a/sources b/sources
index 945b06b..bd35328 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-034444587c4c0ac6e16ba8a148d93a2e  Config-Tiny-2.16.tgz
+6cbd7e5bb433fee17a2337f42a7e418e  Config-Tiny-2.17.tgz



More information about the perl-devel mailing list