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've also considered a shorter version, XML::RSS::Video, merely to shorten it. I'd appreciate any suggestions and sanity-checking of my proposed naming schema. Source code is at: https://github.com/mgatto/XML--RSS--Media--Video Thanks, - Michael Gatto