RE: Module Naming Help

2012-09-05 Thread Michael Gatto
Hello, I agree about not placing it in the XML::RSS namespace if I'm not subclassing XML::RSS. "RSS::MediaRSS" sounds pretty good, since it distinguishes RSS from MediaRSS which indeed differ. I do notice that there is a RSS::Video::Google module, so mine would have good company :-) Thanks for

Re: Module Naming Help

2012-09-04 Thread brian d foy
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article , Michael Gatto 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

Module Naming Help

2012-09-02 Thread Michael Gatto
Hello, 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. I now call it XML::RSS::Media::Video. I originally called it XML::RSS::MRSS::Video. I'v

Re: Looking for module naming help

2012-01-02 Thread brian d foy
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article , Steve Muskiewicz wrote: > The module (not yet in CPAN) is currently named "Radio::Thermostat" I think that's a fine name. I don't really see the point of adding Device::* to

Looking for module naming help

2011-12-30 Thread Steve Muskiewicz
Hello Perl module gurus! I recently registered as a CPAN author (though have been writing Perl for 15+ yrs) and am looking for some naming advice on a module that I was planning to upload to CPAN. Here's a little background, which is hopefully relevant/helpful: The module (not yet in CPAN) is cu