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:
Paul Howarth 2013-10-11 16:33:42 +01:00
parent 8bc552f748
commit acd05f28c8
2 changed files with 12 additions and 4 deletions

View File

@ -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"

View File

@ -1 +1 @@
b6b7952040359c94f42fd90a195b28a5 Module-Build-Tiny-0.028.tar.gz
1c54bf4c602eec87f98950314699402e Module-Build-Tiny-0.030.tar.gz