[perl-Path-Tiny] Update to 0.058

Paul Howarth pghmcfc at fedoraproject.org
Thu Sep 25 12:50:38 UTC 2014


commit 1d73af95dfa253a523ee258e022c0563accc533c
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Sep 25 13:49:41 2014 +0100

    Update to 0.058
    
    - New upstream release 0.058
      - Added a 'sibling' method as a more efficient form of calling
        $path->parent->child(...).
      - Documentation for every method annotated with the version number of the
        last API change

 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 3f2c59b..c1927f9 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -1,5 +1,5 @@
 Name:		perl-Path-Tiny
-Version:	0.057
+Version:	0.058
 Release:	1%{?dist}
 Summary:	File path utility
 Group:		Development/Libraries
@@ -99,6 +99,13 @@ make test
 %{_mandir}/man3/Path::Tiny.3pm*
 
 %changelog
+* Thu Sep 25 2014 Paul Howarth <paul at city-fan.org> - 0.058-1
+- Update to 0.058
+  - Added a 'sibling' method as a more efficient form of calling
+    $path->parent->child(...).
+  - Documentation for every method annotated with the version number of the
+    last API change
+
 * Tue Sep 23 2014 Paul Howarth <paul at city-fan.org> - 0.057-1
 - Update to 0.057
   - On AIX, reads that default to locking would fail without write permissions,
diff --git a/sources b/sources
index 2389861..acf7794 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-82654e02db71e4d3ce45a18d6e5e1645  Path-Tiny-0.057.tar.gz
+f271c1a0b44b6d4081f84bda05500d91  Path-Tiny-0.058.tar.gz


More information about the scm-commits mailing list