On Fri, Feb 10, 2012 at 4:47 AM, Neil Bowers <n...@bowers.com> wrote: > At the moment I have everything internally under a CPAN::Curation:: > namespace, but if released separately I don't think that's appropriate.
I think that namespace is fine -- it's about your project, after all. > CPAN::Module::Metadata for the data class? > CPAN::Module::GetMetadata for the builder? CPAN::Module::Metadata::Factory? The CPAN distribution already has "CPAN::Module". Since your classes have nothing to do with CPAN.pm or installing CPAN modules, I think it's confusing to put your code under that namespace. If you're really not happy with "Curation", perhaps CPAN::Summary would be a more fitting name, or CPAN::Mashup if you want to be cute about it. David