Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 19 Dec 2015 21:50:40
Message-Id: 1450531459.5e425e48d0caa2cc0566c6312d57ad1992f6cc6d.dilfridge@gentoo
1 commit: 5e425e48d0caa2cc0566c6312d57ad1992f6cc6d
2 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 5 14:40:04 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 19 13:24:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e425e48
7
8 perl-module.eclass: Minor docu improvements
9
10 eclass/perl-module.eclass | 11 +++++++----
11 1 file changed, 7 insertions(+), 4 deletions(-)
12
13 diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
14 index 0e9f423..6716a22 100644
15 --- a/eclass/perl-module.eclass
16 +++ b/eclass/perl-module.eclass
17 @@ -7,13 +7,16 @@
18 # perl@g.o
19 # @AUTHOR:
20 # Seemant Kulleen <seemant@g.o>
21 -# Andreas K. Huettel <dilfridge@g.o>
22 -# @BLURB: eclass for perl modules
23 +# Andreas K. Hüttel <dilfridge@g.o>
24 +# @BLURB: eclass for installing Perl module distributions
25 # @DESCRIPTION:
26 -# The perl-module eclass is designed to allow easier installation of perl
27 -# modules, and their incorporation into the Gentoo Linux system.
28 +# The perl-module eclass is designed to allow easier installation of Perl
29 +# module distributions, and their incorporation into the Gentoo Linux system.
30 # All exported functions from perl-functions.eclass (inherited here)
31 # explicitly also belong to the interface of perl-module.eclass.
32 +# If your package does not use any Perl-specific build system (as, e.g.,
33 +# ExtUtils::MakeMaker or Module::Build), we recommend to use perl-functions.eclass
34 +# instead.
35
36 case "${EAPI:-0}" in
37 5)