diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 05:26:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 06:19:47 +0100 |
commit | 0baf057a0e77996a367314911255ba6837fac51d (patch) | |
tree | 16de702e1f0e8893daf2a002de3fa1817e342f7d /eclass/perl-module.eclass | |
parent | ruby-fakegem.eclass: mark RUBY_FAKEGEM_{NAME, VERSION} as @PRE_INHERIT (diff) | |
download | gentoo-0baf057a0e77996a367314911255ba6837fac51d.tar.gz gentoo-0baf057a0e77996a367314911255ba6837fac51d.tar.bz2 gentoo-0baf057a0e77996a367314911255ba6837fac51d.zip |
perl-module.eclass: mark DIST_EXAMPLES as @PRE_INHERIT
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r-- | eclass/perl-module.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 7a839bc7288c..00bffe3e4a17 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: perl-module.eclass @@ -172,6 +172,7 @@ LICENSE="${LICENSE:-|| ( Artistic GPL-1+ )}" # Named MODULE_SECTION in EAPI=5. # @ECLASS-VARIABLE: DIST_EXAMPLES +# @PRE_INHERIT # @DEFAULT_UNSET # @DESCRIPTION: # (EAPI=6 and later) This Bash array allows passing a list of example files to be installed |