Gentoo Archives: gentoo-dev

From: kentnl@g.o
To: gentoo-dev@l.g.o
Cc: perl@g.o, Kent Fredric <kentnl@g.o>
Subject: [gentoo-dev] [PATCH 0/6] perl-functions.eclass: new utility functions
Date: Tue, 24 Jan 2017 15:22:27
Message-Id: 20170124152201.15415-1-kentnl@gentoo.org
1 From: Kent Fredric <kentnl@g.o>
2
3 Greetings,
4
5 Following are a series of suggested utilities I want to add to
6 perl-functions.eclass and additional eyes and feedback are desired
7 before I finally commit them.
8
9 Included are 3 utilities for varying levels of detail in querying
10 the status of installed Perl Modules from the context of the Perl
11 runtime ( which in certain circumstances can differ from the state
12 portage has, especially when they're only build dependencies )
13
14 Two additional utilities are in place to simplify the effort
15 involved with discovering the installation target paths.
16
17 And the final utility, serves as a straight foward "I'm not a perl
18 wizard, I just have some .pm files, put them somewhere?" tool.
19
20 Any enhancements welcome.
21
22 NB: Apologies if anyone gets dupes... I had some problems with email
23 configuration and git send-email
24
25 Kent Fredric (6):
26 perl-functions.eclass: Add perl_has_module
27 perl-functions.eclass: add perl_has_module_version
28 perl-functions.eclass: add perl_get_module_version
29 perl-functions.eclass: add perl_get_raw_vendorlib
30 perl-functions.eclass: add perl_get_vendorlib
31 perl-functions.eclass: add perl_domodule
32
33 eclass/perl-functions.eclass | 222 +++++++++++++++++++++++++++++++++++++++++++
34 1 file changed, 222 insertions(+)
35
36 --
37 2.11.0

Replies