Daniel,
Plus I thought it would be useful to solicit opinions on naming. :-)
My suggestions: Lingua::EN::Numbers::All Lingua::EN::Numbers::Combined I'd lean towards ::Combined and allowing the user to specify what sub-functions they want to be using. (Base numbers and fractions? Years and base numbers? etc.)
Yep, that's a good call. A set of sane defaults that can be easily overridden, perhaps.
The idea behind the names of course being that you are combining the functionality of Lingua::EN::Numbers* modules into one module/API, and not necessarily actually presenting any new functionality.
Essentially correct. I've played around with adding the ability to turn "1 + 1" into "one plus one", e.g., but you're correct in that any new functionality would be minimal.
-- Buddy