[perl-Path-Tiny] Update to 0.040

Paul Howarth pghmcfc at fedoraproject.org
Wed Oct 9 14:55:32 UTC 2013


commit 201e3e3bcb673d6941eef70ecfd1b759c36b91b3
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Oct 9 15:54:53 2013 +0100

    Update to 0.040
    
    - New upstream release 0.040
      - The 'filehandle' method now offers an option to return locked handles
        based on the file mode
      - The 'filehandle' method now respects default encoding set by the caller's
        open pragma

 perl-Path-Tiny.spec |    9 ++++++++-
 sources             |    2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec
index 5fbd0a8..d6e95e3 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -1,5 +1,5 @@
 Name:		perl-Path-Tiny
-Version:	0.038
+Version:	0.040
 Release:	1%{?dist}
 Summary:	File path utility
 Group:		Development/Libraries
@@ -98,6 +98,13 @@ make test
 %{_mandir}/man3/Path::Tiny.3pm*
 
 %changelog
+* Wed Oct  9 2013 Paul Howarth <paul at city-fan.org> - 0.040-1
+- Update to 0.040
+  - The 'filehandle' method now offers an option to return locked handles
+    based on the file mode
+  - The 'filehandle' method now respects default encoding set by the caller's
+    open pragma
+
 * Wed Oct  2 2013 Paul Howarth <paul at city-fan.org> - 0.038-1
 - Update to 0.038
   - Added 'is_rootdir' method to simplify testing if a path is the root
diff --git a/sources b/sources
index 607345b..3523c97 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb1cdf85145fb32cf6fc6122f5fa71f5  Path-Tiny-0.038.tar.gz
+a7169251b8d72c02eef51e0a356f97a4  Path-Tiny-0.040.tar.gz



More information about the perl-devel mailing list