Petr Písař
f994a623d1
Mandatory Perl build-requires added < https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl >
2016-06-24 10:47:13 +02:00
Jitka Plesnikova
cf8f1dac91
Perl 5.24 rebuild
2016-05-15 13:07:45 +02:00
Fedora Release Engineering
d2d93d89d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-02-04 14:37:14 +00:00
Dennis Gilmore
ffa4c941ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-06-18 04:27:00 +00:00
Jitka Plesnikova
ae42241244
Perl 5.22 rebuild
2015-06-05 12:37:53 +02:00
Paul Howarth
227b95911a
Update to 0.039
...
- New upstream release 0.039
- Supply basename to *.PL files as its args
2014-10-14 15:09:08 +01:00
Paul Howarth
4296d05c46
Update to 0.038
...
- New upstream release 0.038
- Scrub PERL_MB_OPT in tests too
2014-09-22 16:23:27 +01:00
Jitka Plesnikova
1ed4413068
Perl 5.20 rebuild
2014-08-27 23:41:19 +02:00
Paul Howarth
1520abc94b
Update to 0.037
...
- New upstream release 0.037
- Scrub environment variable in tests
- Use %license
2014-07-28 15:19:08 +01:00
Dennis Gilmore
a00b7fb885
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-06-07 02:00:36 -05:00
Paul Howarth
5722317573
Update to 0.036
...
- New upstream release 0.036
- Add --jobs argument to MBT
- Add xs directory to include list
2014-05-02 17:05:33 +01:00
Paul Howarth
c80d39727f
Update to 0.035
...
- New upstream release 0.035
- Fix install test in absence of a compiler
2014-02-18 10:13:40 +00:00
Paul Howarth
d536e90400
Update to 0.034
...
- New upstream release 0.034
- Make install tests more platform independent
2014-01-22 11:56:43 +00:00
Paul Howarth
8c1a5f1e0b
Update to 0.033
...
- New upstream release 0.033
- Require Getopt::Long 2.36
- Add install tests
2014-01-21 12:26:30 +00:00
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
Fedora Release Engineering
2e73c551d4
Initial setup of the repo
2013-04-23 15:36:37 +00:00