As seen from this discussion: http://forums.gentoo.org//viewtopic-t-213048-highlight-rpcxml.html?sid=aca2ac6d6fc40e474fd571fbf61f2ba8 There are at least two applications (slimserver and Audio::Moosic) that use XML_RPC (for parsing XML) but do not use any of the apache related modules. The result is that mod_perl and apache get pulled in as dependencies when they are not needed. Would it be possible to split RPC-XML into two packages? Maybe RPC-XML and RPC-XML-apache where the latter contains all the modules that depend on mod_perl? This would greatly lessen the footprint of apps that require RPC-XML but do not use the apache related modules.
(In reply to comment #0) > Would it be possible to split RPC-XML into two packages? Such requests need to be made UPSTREAM.
> Such requests need to be made UPSTREAM. Ok. I sent an email to the owner of RPC::XML with the request.