[perl-Path-Tiny] Update to 0.033

Paul Howarth pghmcfc at fedoraproject.org
Thu Sep 12 15:19:51 UTC 2013


commit 377cfde8de0c66d14a98f326f249e9e03b62e012
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Sep 12 16:18:49 2013 +0100

    Update to 0.033
    
    - New upstream release 0.033
      - Perl on BSD may not support locking on an NFS filesystem: if this is
        detected, Path::Tiny warns and continues in an unsafe mode (the 'flock'
        warning category may be fatalized to die instead)
      - Added 'iterator' example showing defaults

 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 acf301e..7efcb21 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -1,5 +1,5 @@
 Name:		perl-Path-Tiny
-Version:	0.032
+Version:	0.033
 Release:	1%{?dist}
 Summary:	File path utility
 Group:		Development/Libraries
@@ -100,6 +100,13 @@ make test
 %{_mandir}/man3/Path::Tiny.3pm*
 
 %changelog
+* Thu Sep 12 2013 Paul Howarth <paul at city-fan.org> - 0.033-1
+- Update to 0.033
+  - Perl on BSD may not support locking on an NFS filesystem: if this is
+    detected, Path::Tiny warns and continues in an unsafe mode (the 'flock'
+    warning category may be fatalized to die instead)
+  - Added 'iterator' example showing defaults
+
 * Fri Sep  6 2013 Paul Howarth <paul at city-fan.org> - 0.032-1
 - Update to 0.032
   - Removed several test dependencies; Path::Tiny now only needs core modules,
diff --git a/sources b/sources
index 14cd998..20e216d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-479c8df99831c83c5addb71e9609819d  Path-Tiny-0.032.tar.gz
+cb70291b1792998c4780eced3ca4d20a  Path-Tiny-0.033.tar.gz



More information about the perl-devel mailing list