Re: Name for barcode-reading module?

2009-02-17 Thread Keith Ivey
Okay, it seems like Barcode is the best namespace for it. As Bill says, the module is essentially OCR for barcodes, so if there were a good space for OCR-related modules it might fit there, but there doesn't seem to be one. I've thought about Barcode::Reader, but that could give people the

Re: Name for barcode-reading module?

2009-02-17 Thread Smylers
Keith Ivey writes: Okay, it seems like Barcode is the best namespace for it. ... the module is essentially OCR for barcodes Barcode::Reader ... could give people the idea that it's for use with barcode readers ... Right now, I'm leaning toward Barcode::Finder, or maybe

Re: Delivery Status Notification (Failure)

2009-02-17 Thread Bill Ward
Has anyone here worked with HTML::StripScripts? It seems to do what we want. On Sat, Feb 14, 2009 at 6:06 PM, Jonathan Yu jonathan.i...@gmail.com wrote: Hi: What about the other modules in See Also of that module? HTML::Sanitizer, HTML::Scrubber, HTML::StripScripts, HTML::Parser Cheers,

Re: Name for barcode-reading module?

2009-02-17 Thread Bill Ward
On Tue, Feb 17, 2009 at 10:04 AM, Keith Ivey ke...@iveys.org wrote: Okay, it seems like Barcode is the best namespace for it. As Bill says, the module is essentially OCR for barcodes, so if there were a good space for OCR-related modules it might fit there, but there doesn't seem to be one.

Re: Name for barcode-reading module?

2009-02-17 Thread Smylers
Keith Ivey writes: (It seems like object-oriented modules should have names that are nouns, I agree. (The non-noun suggestions were in case your module isn't object oriented.) Smylers