Update to 0.10

- New upstream release 0.10
  - Recurse with $def in _scan_share_dir (CPAN RT#95749)
This commit is contained in:
Paul Howarth 2014-12-11 16:17:00 +00:00
parent b686e073f2
commit 7786f6b0f1
2 changed files with 9 additions and 5 deletions

View File

@ -1,9 +1,8 @@
Name: perl-File-ShareDir-Install
Version: 0.09
Version: 0.10
Release: 1%{?dist}
Summary: Install shared files
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/File-ShareDir-Install/
Source0: http://search.cpan.org/CPAN/authors/id/G/GW/GWYN/File-ShareDir-Install-%{version}.tar.gz
BuildArch: noarch
@ -21,8 +20,9 @@ BuildRequires: perl(warnings)
BuildRequires: perl(Config)
BuildRequires: perl(File::Path)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
# Release Tests
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -52,6 +52,10 @@ make test RELEASE_TESTING=1
%{_mandir}/man3/File::ShareDir::Install.3*
%changelog
* Thu Dec 11 2014 Paul Howarth <paul@city-fan.org> - 0.10-1
- Update to 0.10
- Recurse with $def in _scan_share_dir (CPAN RT#95749)
* Thu Nov 13 2014 Paul Howarth <paul@city-fan.org> - 0.09-1
- Update to 0.09
- Get rid of DB::single

View File

@ -1 +1 @@
508fd1f977f2e160e7e756c9c73868df File-ShareDir-Install-0.09.tar.gz
37fb7fa72ce7184516dd022aba62f524 File-ShareDir-Install-0.10.tar.gz