[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]]
In article <[email protected]>, Michael Gatto <[email protected]> wrote: > I'm writing a module for CPAN and want some advice on naming. The module's > purpose is to create a MediaRSS feed by scanning a directory of video files. > I chose to place it in the XML::RSS namespace. How about XML::MediaRSS? Media RSS is a particular thing, so hiding that in various ways by not using the name makes it harder for people to find. If you aren't subclassing XML::RSS (and it looks like you aren't), I don't like the name to look like you might be. I might even get rid of the XML part of the name and just call it MediaRSS or RSS::MediaRSS. -- brian d foy (one of many PAUSE admins), http://pause.perl.org PAUSE instructions: http://pause.perl.org/pause/query?ACTION=pause_04about Archives: http://www.xray.mpe.mpg.de/mailing-lists/modules Please send all messages back to [email protected] with no CC to me.
