Update to 0.070

- New upstream release 0.070
  - The 'copy' method now returns the object for the copied file
  - The 'visit' method only dereferences the callback return value for scalar
    refs, avoiding some common bugs
This commit is contained in:
Paul Howarth 2015-06-29 11:15:40 +01:00
parent 815ccc313f
commit 8ae8b81207
2 changed files with 12 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Path-Tiny
Version: 0.068
Release: 3%{?dist}
Version: 0.070
Release: 1%{?dist}
Summary: File path utility
Group: Development/Libraries
License: ASL 2.0
@ -8,6 +8,9 @@ URL: http://search.cpan.org/dist/Path-Tiny/
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Path-Tiny-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
# Module Runtime
@ -101,6 +104,12 @@ make test
%{_mandir}/man3/Path::Tiny.3*
%changelog
* Mon Jun 29 2015 Paul Howarth <paul@city-fan.org> - 0.070-1
- Update to 0.070
- The 'copy' method now returns the object for the copied file
- The 'visit' method only dereferences the callback return value for scalar
refs, avoiding some common bugs
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.068-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
76e99fd1bb615f56954025ae636c6233 Path-Tiny-0.068.tar.gz
3f58e84a32109fe37d6dc4bafef6bf47 Path-Tiny-0.070.tar.gz