Update to 0.044
- New upstream release 0.044
- Fixed child path construction against the root path
- Fixed path construction when a relative volume is provided as the first
argument on Windows; e.g. path("C:", "lib") must be like path("C:lib"),
not path("C:/lib")
- On AIX, shared locking is replaced by exclusive locking on a R/W
filehandle, as locking read handles is not supported
This commit is contained in:
parent
83565982ec
commit
88fced6cbb
@ -1,5 +1,5 @@
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.043
|
||||
Version: 0.044
|
||||
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)
|
||||
BuildRequires: perl(CPAN::Meta::Requirements)
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
@ -97,6 +98,15 @@ make test
|
||||
%{_mandir}/man3/Path::Tiny.3pm*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 18 2013 Paul Howarth <paul@city-fan.org> - 0.044-1
|
||||
- Update to 0.044
|
||||
- Fixed child path construction against the root path
|
||||
- Fixed path construction when a relative volume is provided as the first
|
||||
argument on Windows; e.g. path("C:", "lib") must be like path("C:lib"),
|
||||
not path("C:/lib")
|
||||
- On AIX, shared locking is replaced by exclusive locking on a R/W
|
||||
filehandle, as locking read handles is not supported
|
||||
|
||||
* 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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user