Update to 0.075

- New upstream release 0.075
  - Tilde expansion on Windows was resulting in backslashes; now they are
    correctly normalized to forward slashes
  - Typos fixed
  - Fixed spewing to a symlink that crosses a filesystem boundary
  - Add Test::MockRandom to META as a recommended test prerequisite
This commit is contained in:
Paul Howarth 2015-11-16 16:38:43 +00:00
parent 1a4fa64436
commit bebab80e22
2 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,7 @@
# TODO: BR: optional test dependency perl(Test::MockRandom) when available
Name: perl-Path-Tiny
Version: 0.072
Version: 0.076
Release: 1%{?dist}
Summary: File path utility
Group: Development/Libraries
@ -12,7 +14,7 @@ BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
BuildRequires: perl(ExtUtils::MakeMaker)
# Module Runtime
BuildRequires: perl(Carp)
BuildRequires: perl(Config)
@ -104,6 +106,14 @@ make test
%{_mandir}/man3/Path::Tiny.3*
%changelog
* Mon Nov 16 2015 Paul Howarth <paul@city-fan.org> - 0.076-1
- Update to 0.075
- Tilde expansion on Windows was resulting in backslashes; now they are
correctly normalized to forward slashes
- Typos fixed
- Fixed spewing to a symlink that crosses a filesystem boundary
- Add Test::MockRandom to META as a recommended test prerequisite
* Tue Jul 21 2015 Paul Howarth <paul@city-fan.org> - 0.072-1
- Update to 0.072
- Fixed incorrect error argument for File::Path functions (mkpath and

View File

@ -1 +1 @@
840696b295230682c727297c87fe42d6 Path-Tiny-0.072.tar.gz
495b965187a59af9b99c0f4709013746 Path-Tiny-0.076.tar.gz