Update to 0.018

- New upstream release 0.018
  - Lazily load Pod::Man and TAP::Harness
  - Don't manify unless necessary
- Bump perl(ExtUtils::Helpers) version requirement to 0.019
- Explicitly require perl(Pod::Man) and perl(TAP::Harness) ≥ 3.0
This commit is contained in:
Paul Howarth 2013-04-25 12:42:27 +01:00
parent bf537ebe60
commit 8758c87811
2 changed files with 13 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Summary: A tiny replacement for Module::Build
Name: perl-Module-Build-Tiny
Version: 0.017
Release: 2%{?dist}
Version: 0.018
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
URL: https://github.com/Leont/module-build-tiny
@ -11,7 +11,7 @@ BuildArch: noarch
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(Exporter) >= 5.57
BuildRequires: perl(ExtUtils::Config) >= 0.003
BuildRequires: perl(ExtUtils::Helpers) >= 0.017
BuildRequires: perl(ExtUtils::Helpers) >= 0.019
BuildRequires: perl(ExtUtils::Install)
BuildRequires: perl(ExtUtils::InstallPaths) >= 0.002
BuildRequires: perl(File::Path)
@ -32,6 +32,8 @@ BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod) >= 1.41
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Pod::Man)
Requires: perl(TAP::Harness) >= 3.0
%description
Many Perl distributions use a Build.PL file instead of a Makefile.PL file to
@ -62,6 +64,13 @@ RELEASE_TESTING=1 ./Build test
%{_mandir}/man3/Module::Build::Tiny.3pm*
%changelog
* Thu Apr 25 2013 Paul Howarth <paul@city-fan.org> - 0.018-1
- Update to 0.018
- Lazily load Pod::Man and TAP::Harness
- Don't manify unless necessary
- Bump perl(ExtUtils::Helpers) version requirement to 0.019
- Explicitly require perl(Pod::Man) and perl(TAP::Harness) 3.0
* Tue Apr 23 2013 Paul Howarth <paul@city-fan.org> - 0.017-2
- Updates following package review (#947455)
- BR: perl(ExtUtils::Config) for module

View File

@ -1 +1 @@
ef0334c605e847fa4c81d05fa5af76ed Module-Build-Tiny-0.017.tar.gz
263d0fe268736cd7f876b66ec0a3012f Module-Build-Tiny-0.018.tar.gz