in reply to Loading modules through one main module?
Check out the main POE module which does something similar.
## This loads POE, POE::Session, and POE::Component::Client::DNS use POE qw( Session Component::Client::DNS ); [download]