Update to 0.030
- New upstream release 0.030 - Respect harness environmental variables - Add main dir to include path - 'include_dirs' must be a list ref, not just a string (CPAN RT#54606) - BR:/R: perl(TAP::Harness) ≥ 3.29
This commit is contained in:
parent
8bc552f748
commit
acd05f28c8
@ -1,6 +1,6 @@
|
||||
Summary: A tiny replacement for Module::Build
|
||||
Name: perl-Module-Build-Tiny
|
||||
Version: 0.028
|
||||
Version: 0.030
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -21,7 +21,8 @@ BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
BuildRequires: perl(JSON::PP) >= 2
|
||||
BuildRequires: perl(Pod::Man)
|
||||
BuildRequires: perl(TAP::Harness) >= 3.0
|
||||
BuildRequires: perl(TAP::Harness) >= 3.29
|
||||
BuildRequires: perl(TAP::Harness::Env)
|
||||
# Test
|
||||
BuildRequires: perl(blib)
|
||||
BuildRequires: perl(Carp)
|
||||
@ -42,7 +43,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(ExtUtils::CBuilder)
|
||||
Requires: perl(ExtUtils::ParseXS)
|
||||
Requires: perl(Pod::Man)
|
||||
Requires: perl(TAP::Harness) >= 3.0
|
||||
Requires: perl(TAP::Harness) >= 3.29
|
||||
|
||||
%description
|
||||
Many Perl distributions use a Build.PL file instead of a Makefile.PL file to
|
||||
@ -72,6 +73,13 @@ AUTHOR_TESTING=1 RELEASE_TESTING=1 ./Build test
|
||||
%{_mandir}/man3/Module::Build::Tiny.3pm*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 11 2013 Paul Howarth <paul@city-fan.org> - 0.030-1
|
||||
- Update to 0.030
|
||||
- Respect harness environmental variables
|
||||
- Add main dir to include path
|
||||
- 'include_dirs' must be a list ref, not just a string (CPAN RT#54606)
|
||||
- BR:/R: perl(TAP::Harness) ≥ 3.29
|
||||
|
||||
* Mon Sep 30 2013 Paul Howarth <paul@city-fan.org> - 0.028-1
|
||||
- Update to 0.028
|
||||
- Revert "Removed clean and realclean actions"
|
||||
|
Loading…
Reference in New Issue
Block a user