From b895f8d3f1182bb9490d62cd504e8b6ba27e6228 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sun, 13 Oct 2013 17:09:53 +0100 Subject: [PATCH] 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 - 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 - 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