On Fri, May 26, 2006 at 11:26:22PM +0200, David Landgren wrote: > Jeff Lavallee wrote: > >Hi all, before I upload a new module, I thought I'd make sure the > >namespace I intend to use makes sense. I've been working on a set of > >modules to make interacting with the next generation of Yahoo's > >marketing web services easier. The modules insulate the user from a lot > >of the SOAP::Lite details. Currently, I'm planning on calling it > >Yahoo::Marketing. Yahoo::Marketing.pm itself would just serve as a > >place holder (with POD) for the time being, with all the meat under that > >namespace (for example, Yahoo::Marketing::AccountService, > >Yahoo::Marketing::Account, etc). The POD-in-progress for > >Yahoo::Marketing is below. > > > >Any thoughts/comments/suggestions about the intended namespace would be > >greatly appreciated. > > There is already at least one module in WWW::Yahoo::*. I would suggest > slotting your modules in at that level as well.
The WWW:: space is overcrowded and confused. The WebService:: namespace was created for modules interfacing with web sercices. So WebService::Yahoo::* seems like the best home. Tim.