| Commit message (Expand) | Author | Age | Files | Lines |
* | perl-module.eclass: drop support for perl versions without PERL_FEATURES |  Andreas K. Hüttel | 2024-06-19 | 1 | -1/+1 |
* | perl-module.eclass: don't set 'ccflags' for Module::Build |  Sam James | 2024-05-22 | 1 | -1/+0 |
* | perl-module.eclass: sort toolchain vars |  Sam James | 2024-05-10 | 1 | -2/+2 |
* | perl-module.eclass: respect toolchain environment for MakeMaker |  Sam James | 2024-05-10 | 1 | -0/+8 |
* | perl-module.eclass: stop using ${D} for MakeMaker in src_configure |  Sam James | 2024-05-10 | 1 | -2/+1 |
* | perl-module.eclass: stop using ${D} for Module::Build in src_configure |  Sam James | 2024-05-10 | 1 | -2/+1 |
* | perl-module.eclass: respect toolchain variables for Module::Build via --confi... |  Sam James | 2024-05-10 | 1 | -1/+10 |
* | perl-module.eclass: Implement dependency on PERL_FEATURES |  Andreas K. Hüttel | 2024-05-07 | 1 | -11/+36 |
* | perl-module.eclass: extend DIST_TEST="do" to cover make-based tests |  Matoro Mahri | 2023-10-16 | 1 | -1/+6 |
* | perl-module.eclass: fix typo in comment |  Sam James | 2023-09-27 | 1 | -1/+1 |
* | perl-module.eclass: disable Canary::Stability |  Sam James | 2023-09-19 | 1 | -0/+2 |
* | perl-module.eclass: set NONINTERACTIVE_TESTING=1 |  Sam James | 2023-09-19 | 1 | -0/+7 |
* | perl-module.eclass: fix Unquoted Variable |  Arthur Zamarin | 2023-09-14 | 1 | -1/+1 |
* | perl-module.eclass: Depend on perl-Test-Simple with a version |  Andreas K. Hüttel | 2023-06-18 | 1 | -1/+1 |
* | perl-module.eclass: Fix linking with ld.lld |  Alfred Persson Forsberg | 2023-03-11 | 1 | -3/+7 |
* | perl-module.eclass: fix src_test docs |  Sam James | 2022-10-01 | 1 | -1/+1 |
* | perl-module.eclass: canonical `debug-print-function` calls |  David Seifert | 2022-07-18 | 1 | -7/+11 |
* | perl-module.eclass: remove EAPI 6 |  David Seifert | 2022-07-18 | 1 | -77/+28 |
* | perl-module.eclass: remove EAPI 5 |  David Seifert | 2022-07-02 | 1 | -156/+56 |
* | *.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE |  Ulrich Müller | 2022-03-24 | 1 | -12/+12 |
* | perl-module.eclass: Set @PROVIDES |  Michał Górny | 2021-09-02 | 1 | -0/+1 |
* | perl-module.eclass: Simplify code and reapply EAPI=8 RESTRICT |  Andreas K. Hüttel | 2021-06-20 | 1 | -10/+5 |
* | perl-module.eclass: add further test-related functionality |  Andreas K. Hüttel | 2021-06-20 | 1 | -2/+39 |
* | perl-module.eclass: Add EAPI=8 support |  Andreas K. Hüttel | 2021-06-19 | 1 | -13/+76 |
* | perl-module.eclass: Fix M::B and M::B::T QA check for EAPI=7 |  Andreas K. Hüttel | 2021-04-10 | 1 | -13/+32 |
* | perl-module.eclass: mark DIST_TEST_OVERRIDE as @USER_VARIABLE |  Sam James | 2021-03-31 | 1 | -0/+1 |
* | perl-module.eclass: mark DIST_EXAMPLES as @PRE_INHERIT |  Sam James | 2021-03-31 | 1 | -1/+2 |
* | perl-module.eclass: fix eclassdoc warnings, bug 637838 |  Andreas K. Hüttel | 2019-10-17 | 1 | -5/+10 |
* | perl-module.eclass: Also populate BDEPEND in EAPI=7 |  Andreas K. Hüttel | 2019-08-15 | 1 | -2/+29 |
* | perl-module.class: Enable EAPI=7 support |  Andreas K. Hüttel | 2019-08-12 | 1 | -15/+15 |
* | eclass: perl-module.eclass enable https for EAPI >5 |  Mikle Kolyada | 2018-12-22 | 1 | -1/+1 |
* | perl-module.eclass: replace search.cpan.org |  Azamat H. Hackimov | 2018-09-28 | 1 | -2/+2 |
* | perl-module.eclass: add @SUPPORTED_EAPIS |  Michał Górny | 2018-08-15 | 1 | -0/+1 |
* | perl-module.eclass: Add DEFAULT_UNSET where applicable |  Kent Fredric | 2017-04-22 | 1 | -0/+5 |
* | perl-module.eclass: fix documentation re: USAGE |  Kent Fredric | 2017-04-22 | 1 | -8/+0 |
* | perl-module.eclass: Fix GENTOO_DEPEND_ON_SUBSLOT handling/error |  Kent Fredric | 2017-04-22 | 1 | -2/+2 |
* | Drop trailing whitespaces |  Justin Lecher | 2017-03-19 | 1 | -4/+4 |
* | Drop $Id$ per council decision in bug #611234. |  Robin H. Johnson | 2017-02-28 | 1 | -1/+0 |
* | perl-module.eclass: Improve description a bit |  Andreas K. Hüttel | 2016-11-05 | 1 | -1/+2 |
* | eclass/perl-module.eclass: Added documentation for DIST_SECTION |  William L. Thomson Jr | 2016-11-05 | 1 | -0/+5 |
* | perl-module.eclass: Fix bash array handling of DIST_EXAMPLES |  Andreas K. Hüttel | 2016-04-18 | 1 | -1/+1 |
* | perl-module.eclass: Add new control variable DIST_EXAMPLES |  Andreas K. Hüttel | 2016-04-11 | 1 | -0/+16 |
* | perl-module.eclass and perl-functions.eclass: Add infrastructure to build .pa... |  Andreas K. Hüttel | 2015-12-19 | 1 | -2/+7 |
* | perl-module.eclass: style |  Andreas K. Hüttel | 2015-12-19 | 1 | -7/+7 |
* | perl-module.eclass: Make some former warnings fatal to get rid of PERLQAFATAL... |  Andreas K. Hüttel | 2015-12-19 | 1 | -20/+9 |
* | perl-module.eclass: Minor docu improvements |  Andreas K. Huettel (dilfridge) | 2015-12-19 | 1 | -4/+7 |
* | perl-module.eclass: Rename SRC_TEST to DIST_TEST in EAPI=6, default to "do pa... |  Andreas K. Huettel (dilfridge) | 2015-12-19 | 1 | -27/+67 |
* | perl-module.eclass: Introduce new DIST_ control variables for EAPI=6 and avoi... |  Andreas K. Hüttel | 2015-12-19 | 1 | -10/+58 |
* | perl-module.eclass: Inherit default src_prepare from EAPI=6 on (eapply, eappl... |  Andreas K. Huettel (dilfridge) | 2015-12-19 | 1 | -3/+9 |
* | perl-module.eclass: Use default unpacking from EAPI=6 on |  Andreas K. Huettel (dilfridge) | 2015-12-19 | 1 | -3/+14 |