commit:     5e425e48d0caa2cc0566c6312d57ad1992f6cc6d
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  5 14:40:04 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 13:24:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e425e48

perl-module.eclass: Minor docu improvements

 eclass/perl-module.eclass | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 0e9f423..6716a22 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -7,13 +7,16 @@
 # p...@gentoo.org
 # @AUTHOR:
 # Seemant Kulleen <seem...@gentoo.org>
-# Andreas K. Huettel <dilfri...@gentoo.org>
-# @BLURB: eclass for perl modules
+# Andreas K. Hüttel <dilfri...@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)

Reply via email to