From: Kent Fredric <ken...@gentoo.org> Greetings,
Following are a series of suggested utilities I want to add to perl-functions.eclass and additional eyes and feedback are desired before I finally commit them. Included are 3 utilities for varying levels of detail in querying the status of installed Perl Modules from the context of the Perl runtime ( which in certain circumstances can differ from the state portage has, especially when they're only build dependencies ) Two additional utilities are in place to simplify the effort involved with discovering the installation target paths. And the final utility, serves as a straight foward "I'm not a perl wizard, I just have some .pm files, put them somewhere?" tool. Any enhancements welcome. NB: Apologies if anyone gets dupes... I had some problems with email configuration and git send-email Kent Fredric (6): perl-functions.eclass: Add perl_has_module perl-functions.eclass: add perl_has_module_version perl-functions.eclass: add perl_get_module_version perl-functions.eclass: add perl_get_raw_vendorlib perl-functions.eclass: add perl_get_vendorlib perl-functions.eclass: add perl_domodule eclass/perl-functions.eclass | 222 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 222 insertions(+) -- 2.11.0