[EBUILD QA]: perlinfo should not be in EXPORT_FUNCTIONS for perl-module [EBUILD QA]: fixlocalpod should not be in EXPORT_FUNCTIONS for perl-module [EBUILD QA]: updatepod should not be in EXPORT_FUNCTIONS for perl-module EXPORT_FUNCTIONS should only be used for standard ebuild functions (src_unpack etc), not extra functions.
misunderstanding then? those are functions we wanted to export to other ebuilds that wouldn't be using the rest of the eclass (esp. for pod related work). can you confirm that? (does an eclass merely get sourced into the running ebuild so all of its functions are available?)
read the comments in Bug 124211 for more info short story is: Ciaran is correct
Fixed in cvs, thanks for reporting.