[perl-Path-Tiny] Update to 0.042

Paul Howarth pghmcfc at fedoraproject.org
Sun Oct 13 16:10:36 UTC 2013


commit b895f8d3f1182bb9490d62cd504e8b6ba27e6228
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Oct 13 17:09:53 2013 +0100

    Update to 0.042
    
    - New upstream release 0.042
      - When 'realpath' can't be resolved (because intermediate directories don't
        exist), the exception now explains the error clearly instead of complaining
        about path() needing a defined, positive-length argument
      - On Windows, fixed resolution of relative paths with a volume, e.g. "C:foo"
        is now correctly translated into getdcwd on "C:" plus "foo"

 perl-Path-Tiny.spec |   10 +++++++++-
 sources             |    2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec
index 7e51a91..acd9ffe 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -1,5 +1,5 @@
 Name:		perl-Path-Tiny
-Version:	0.041
+Version:	0.042
 Release:	1%{?dist}
 Summary:	File path utility
 Group:		Development/Libraries
@@ -96,6 +96,14 @@ make test
 %{_mandir}/man3/Path::Tiny.3pm*
 
 %changelog
+* Sun Oct 13 2013 Paul Howarth <paul at city-fan.org> - 0.042-1
+- Update to 0.042
+  - When 'realpath' can't be resolved (because intermediate directories don't
+    exist), the exception now explains the error clearly instead of complaining
+    about path() needing a defined, positive-length argument
+  - On Windows, fixed resolution of relative paths with a volume, e.g. "C:foo"
+    is now correctly translated into getdcwd on "C:" plus "foo"
+
 * Fri Oct 11 2013 Paul Howarth <paul at city-fan.org> - 0.041-1
 - Update to 0.041
   - Remove duplicate test dependency on File::Spec that triggers a CPAN.pm bug
diff --git a/sources b/sources
index 9e85b22..35e1dc4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7cf9727a2eaf06b33a39df357140a981  Path-Tiny-0.041.tar.gz
+71889709305bd0ecdcf200a0d980bd35  Path-Tiny-0.042.tar.gz



More information about the perl-devel mailing list