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

Re: Module naming question (wrapper to IPsonar API)

2011-11-18 Thread brian d foy
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article <5ad28fa5-56cc-4ced-b9c0-8452197fd...@ironkeyboard.com>, George Budd wrote: > My initial thought was that I would name the module "IPsonar-", but > in looking at the namespace

Re: module naming proposal: Text::Messages

2002-10-29 Thread _brian_d_foy
[ this is the same thing i posted in my reply to the same message on comp.lang.perl.modules ] In article <[EMAIL PROTECTED]>, John Clyman <[EMAIL PROTECTED]> wrote: > $error_messages = Messages->new({ > bad_file_format => 'File format not recognized!', > file_open_failed => sub

Re: Module naming and relevance question

2002-09-19 Thread Dominique Dumont
[EMAIL PROTECTED] (Pat Deegan - Psychogenic) writes: > MiniXML includes a pure Perl implementation of the API that allows > you to access XML data and create valid XML output with a tree-based > hierarchy of elements - you may wish to have a look at > http://minixml.psychogenic.com/ for a detaile

Re: Module Naming

2002-07-12 Thread Janek Schleicher
Matthew Smith wrote at Fri, 12 Jul 2002 06:37:53 +0200: > I'm looking to create a simple Perl module to return the distance between two points >on the Earth, > using a great circle calculation. I was thinking of using GEO::Great_Circle or >something of that > ilk. > I'm not a geograph, but a