diff options
author | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2015-12-05 15:40:04 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-12-19 14:24:19 +0100 |
commit | 5e425e48d0caa2cc0566c6312d57ad1992f6cc6d (patch) | |
tree | ec70acccb385e5cb5379625b209c87ee8877a4ce /eclass | |
parent | perl-module.eclass: Rename SRC_TEST to DIST_TEST in EAPI=6, default to "do pa... (diff) | |
download | gentoo-5e425e48d0caa2cc0566c6312d57ad1992f6cc6d.tar.gz gentoo-5e425e48d0caa2cc0566c6312d57ad1992f6cc6d.tar.bz2 gentoo-5e425e48d0caa2cc0566c6312d57ad1992f6cc6d.zip |
perl-module.eclass: Minor docu improvements
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/perl-module.eclass | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 0e9f423000f1..6716a22a9b1c 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -7,13 +7,16 @@ # perl@gentoo.org # @AUTHOR: # Seemant Kulleen <seemant@gentoo.org> -# Andreas K. Huettel <dilfridge@gentoo.org> -# @BLURB: eclass for perl modules +# Andreas K. Hüttel <dilfridge@gentoo.org> +# @BLURB: eclass for installing Perl module distributions # @DESCRIPTION: -# The perl-module eclass is designed to allow easier installation of perl -# modules, and their incorporation into the Gentoo Linux system. +# The perl-module eclass is designed to allow easier installation of Perl +# module distributions, and their incorporation into the Gentoo Linux system. # All exported functions from perl-functions.eclass (inherited here) # explicitly also belong to the interface of perl-module.eclass. +# If your package does not use any Perl-specific build system (as, e.g., +# ExtUtils::MakeMaker or Module::Build), we recommend to use perl-functions.eclass +# instead. case "${EAPI:-0}" in 5) |