[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]]
In article <[EMAIL PROTECTED]>, Jim Schneider <[EMAIL PROTECTED]> wrote: > 1) DBIx::Class::Simple - a simpler alternative to DBIx::Class, but alas, not > compatible (not even a little bit). Adding ::Simple to a name doesn't really tell people much. If your class isn't even similar to DBIx::Class, that might even be misleading. I suggest finding a name that highlights the core feature of your module. > 2) WWW::Scraper::Zip4 - a simple web scraper to retrieve address information > from the USPS website. You might want to put USPS in there somewhere. :) > 3) Well, I'm currently calling it TemplateLoader, but that's too horrible > for words. Your provide some particulars on the module "use" line, and it > creates a method in the calling class that loads the template. Any > suggestions for this one would definitely be appreciated. Is this function just something that opens and reads a file? Most of the templating engines can already do that sort of thing for you, so you can just give them a filename. -- brian d foy (one of many PAUSE admins), http://pause.perl.org archives at http://www.xray.mpe.mpg.de/mailing-lists/modules please send all messages back to [email protected]
