Update to 0.043

- New upstream release 0.043
  - Calling 'absolute' on Windows will add the volume if it is missing (e.g.
    "/foo" will become "C:/foo"); this matches the behavior of
    File::Spec->rel2abs
  - Fixed t/00-report-prereqs.t for use with older versions of
    CPAN::Meta::Requirements
This commit is contained in:
Paul Howarth 2013-10-14 12:39:52 +01:00
parent b895f8d3f1
commit 83565982ec
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Path-Tiny
Version: 0.042
Version: 0.043
Release: 1%{?dist}
Summary: File path utility
Group: Development/Libraries
@ -31,6 +31,7 @@ BuildRequires: perl(warnings)
# Test Suite
BuildRequires: perl(blib)
BuildRequires: perl(Config)
BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Spec::Unix)
@ -96,6 +97,14 @@ make test
%{_mandir}/man3/Path::Tiny.3pm*
%changelog
* Mon Oct 14 2013 Paul Howarth <paul@city-fan.org> - 0.043-1
- Update to 0.043
- Calling 'absolute' on Windows will add the volume if it is missing (e.g.
"/foo" will become "C:/foo"); this matches the behavior of
File::Spec->rel2abs
- Fixed t/00-report-prereqs.t for use with older versions of
CPAN::Meta::Requirements
* 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

View File

@ -1 +1 @@
71889709305bd0ecdcf200a0d980bd35 Path-Tiny-0.042.tar.gz
245c33c29729e65063a27402c6c67a9c Path-Tiny-0.043.tar.gz