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:
parent
b895f8d3f1
commit
83565982ec
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user