Subject: | Make it possible to "import" a namespace as RPC::XML::Function entries |
Add functionality to the RPC::XML::Server class to import all subs from
a specified namespace, adding them to the server as RPC::XML::Function
entries.
Consider allowing explicit specification of sub-names to import, a la
Exporter-like functionality (without the tags), possibly via both string
and regexp matching. Also possibly allowing for negative matching for
exclusion rather than inclusion.