Gentoo Archives: gentoo-dev

From: dilfridge@g.o
To: gentoo-dev@l.g.o
Cc: "Andreas K. Huettel (dilfridge)" <dilfridge@g.o>
Subject: [gentoo-dev] [PATCH 12/15] perl-module.eclass: Minor docu improvements
Date: Fri, 11 Dec 2015 21:11:00
Message-Id: 1449867791-30513-12-git-send-email-dilfridge@gentoo.org
In Reply to: [gentoo-dev] [PATCH 01/15] perl-module.eclass: Allow EAPI=6, ban PERL_EXPORT_PHASE_FUNCTIONS there, simplify perl dependency by dilfridge@gentoo.org
1 From: "Andreas K. Huettel (dilfridge)" <dilfridge@g.o>
2
3 ---
4 eclass/perl-module.eclass | 11 +++++++----
5 1 file changed, 7 insertions(+), 4 deletions(-)
6
7 diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
8 index 4dc39eb..86c0a48 100644
9 --- a/eclass/perl-module.eclass
10 +++ b/eclass/perl-module.eclass
11 @@ -7,13 +7,16 @@
12 # perl@g.o
13 # @AUTHOR:
14 # Seemant Kulleen <seemant@g.o>
15 -# Andreas K. Huettel <dilfridge@g.o>
16 -# @BLURB: eclass for perl modules
17 +# Andreas K. Hüttel <dilfridge@g.o>
18 +# @BLURB: eclass for installing Perl module distributions
19 # @DESCRIPTION:
20 -# The perl-module eclass is designed to allow easier installation of perl
21 -# modules, and their incorporation into the Gentoo Linux system.
22 +# The perl-module eclass is designed to allow easier installation of Perl
23 +# module distributions, and their incorporation into the Gentoo Linux system.
24 # All exported functions from perl-functions.eclass (inherited here)
25 # explicitly also belong to the interface of perl-module.eclass.
26 +# If your package does not use any Perl-specific build system (as, e.g.,
27 +# ExtUtils::MakeMaker or Module::Build), we recommend to use perl-functions.eclass
28 +# instead.
29
30 case "${EAPI:-0}" in
31 5)
32 --
33 2.6.3