Dave Rolsky wrote:
> Is there any consensus in the Perl community on a namespace for apps?
> Perhaps Apps::*?
> 
> That would make us Apps::Tracker.

No, in general, independent applications have their own top-level
namespace.  Sticking them all under Apps:: doesn't really solve the 
problem of potential collision; the names should be unique, whether
they're under Apps:: or not.  Tracker:: might do.

-- 
John Porter

Reply via email to