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:
parent
815ccc313f
commit
8ae8b81207
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user