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:
Paul Howarth 2013-10-18 15:51:55 +01:00
parent 83565982ec
commit 88fced6cbb
2 changed files with 12 additions and 2 deletions

View File

@ -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.

View File

@ -1 +1 @@
245c33c29729e65063a27402c6c67a9c Path-Tiny-0.043.tar.gz
348efaf555b38bd5ecffbbfc8a82ee3b Path-Tiny-0.044.tar.gz