summaryrefslogtreecommitdiff
path: root/eclass/perl-module.eclass
diff options
context:
space:
mode:
authorAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2015-12-05 15:40:04 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-12-19 14:24:19 +0100
commit5e425e48d0caa2cc0566c6312d57ad1992f6cc6d (patch)
treeec70acccb385e5cb5379625b209c87ee8877a4ce /eclass/perl-module.eclass
parentb3fe0cc847e455de69e5f88886a859f6de9da5c0 (diff)
downloadgentoo-5e425e48d0caa2cc0566c6312d57ad1992f6cc6d.tar.gz
gentoo-5e425e48d0caa2cc0566c6312d57ad1992f6cc6d.tar.xz
perl-module.eclass: Minor docu improvements
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r--eclass/perl-module.eclass11
1 files changed, 7 insertions, 4 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 0e9f423000f..6716a22a9b1 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)