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"
This commit is contained in:
parent
6f37b270fb
commit
b895f8d3f1
@ -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@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@city-fan.org> - 0.041-1
|
||||
- Update to 0.041
|
||||
- Remove duplicate test dependency on File::Spec that triggers a CPAN.pm bug
|
||||
|
||||
Loading…
Reference in New Issue
Block a user