Commit Graph

16 Commits

Author SHA1 Message Date
Paul Howarth
7b2a31a9c1 Update to 0.032
- New upstream release 0.032
  - Process argument sources separately
  - Use mod2fname appropriately
- BR:/R: perl(DynaLoader)
- BR: perl(GetOpt::Long) ≥ 2.36 for GetOptionsFromArray
- Drop dependencies on TAP::Harness as we only use TAP::Harness::Env
2014-01-20 21:20:30 +00:00
Paul Howarth
acd05f28c8 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
2013-10-11 16:33:42 +01:00
Paul Howarth
8bc552f748 Update to 0.028
- New upstream release 0.028
  - Revert "Removed clean and realclean actions"
  - Build .c and .o in temp/ instead of lib
  - Got rid of IO layers
  - Separate libdoc and bindoc checks
2013-09-30 11:03:09 +01:00
Paul Howarth
a5dd1a7d92 Update to 0.027
- New upstream release 0.027
  - Various documentation updates
2013-09-09 14:21:49 +01:00
Paul Howarth
931c6a5fcc Update to 0.026
- New upstream release 0.026
  - Safe PERL_MB_OPT during configuration stage
2013-08-20 10:19:53 +01:00
Dennis Gilmore
b52c75d11d - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 18:20:33 -05:00
Petr Písař
bfee890e63 Perl 5.18 rebuild 2013-07-24 02:42:38 +02:00
Paul Howarth
3b282417c0 Update to 0.025
- New upstream release 0.025
  - Use local tempdir
2013-07-12 16:46:02 +01:00
Paul Howarth
3d58630c2f Update to 0.024
- New upstream release 0.024
  - Generate man pages in the correct section
2013-06-30 12:21:36 +01:00
Paul Howarth
d060950f26 Update to 0.023
- New upstream release 0.023
  - Implement --pureperl-only
  - Skip compilation test when not having a compiler
2013-06-12 12:19:32 +01:00
Paul Howarth
3532187e0d Update to 0.022
- New upstream release 0.022
  - Fix dirname code for toplevel XS modules
2013-06-01 10:00:13 +01:00
Paul Howarth
638d8c6f4b Update to 0.021
- New upstream release 0.021
  - Add XS support
  - Only manify if really installable
- BR:/R: perl(ExtUtils::CBuilder) and perl(ExtUtils::ParseXS)
- BR: perl(XSLoader) for the test suite
2013-05-27 16:38:54 +01:00
Paul Howarth
338409c961 Update to 0.020
- New upstream release 0.020
  - Accept a --create_packlist argument
2013-05-20 15:26:47 +01:00
Paul Howarth
919b19f96c Update to 0.019
- New upstream release 0.019
  - Accept --pureperl-only
- Bump perl(ExtUtils::Helpers) version requirement to 0.020
2013-04-30 10:55:23 +01:00
Paul Howarth
8758c87811 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
2013-04-25 12:42:27 +01:00
Paul Howarth
bf537ebe60 Initial import (perl-Module-Build-Tiny-0.017-2)
Many Perl distributions use a Build.PL file instead of a Makefile.PL file to
drive distribution configuration, build, test and installation. Traditionally,
Build.PL uses Module::Build as the underlying build system. This module
provides a simple, lightweight, drop-in replacement.

Whereas Module::Build has over 6,700 lines of code; this module has less than
70, yet supports the features needed by most pure-Perl distributions.
2013-04-23 16:49:46 +01:00