commit: f88776f77a55964353a8a3b5377ce80c7a3fa9c8 Author: William L. Thomson Jr <wlt <AT> o-sinc <DOT> com> AuthorDate: Fri Nov 4 17:07:59 2016 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Nov 5 00:56:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88776f7
eclass/perl-module.eclass: Added documentation for DIST_SECTION Closes: https://github.com/gentoo/gentoo/pull/2741 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> eclass/perl-module.eclass | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 0e90e24..89791fe 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -131,6 +131,11 @@ LICENSE="${LICENSE:-|| ( Artistic GPL-1+ )}" # (EAPI=6) This variable sets the module author name for the calculation of # SRC_URI. Named MODULE_AUTHOR in EAPI=5. +# @ECLASS-VARIABLE: DIST_SECTION +# @DESCRIPTION: +# (EAPI=6) This variable sets the module section for the calculation of +# SRC_URI. Named MODULE_SECTION in EAPI=5. + # @ECLASS-VARIABLE: DIST_EXAMPLES # @DESCRIPTION: # (EAPI=6) This Bash array allows passing a list of example files to be installed