Re: naming a new module

2014-05-14 Thread Karen Etheridge
On Wed, May 14, 2014 at 12:47:50PM +0100, David Cantrell wrote: > > These existing modules do the same thing, only slower, less > > completely, and less correctly: > > Instead of "less completely and less correctly" they might just have a > different definition of what is correct. I don't think t

Re: naming a new module

2014-05-14 Thread David Cantrell
On Mon, May 12, 2014 at 05:09:27PM -0700, Greg Lindahl wrote: > We're open-sourcing our module that generates the basedomain of a > hostname, i.e. ic.ac.uk or blekko.com. We need a name. > > These existing modules do the same thing, only slower, less > completely, and less correctly: > > Mozill

Re: naming a new module

2014-05-12 Thread Aristotle Pagaltzis
* Greg Lindahl [2014-05-13 02:10]: > We're open-sourcing our module that generates the basedomain of a > hostname, i.e. ic.ac.uk or blekko.com. We need a name. > > These existing modules do the same thing, only slower, less > completely, and less correctly: > > Mozilla::PublicSuffix > Domain::Pu

naming a new module

2014-05-12 Thread Greg Lindahl
We're open-sourcing our module that generates the basedomain of a hostname, i.e. ic.ac.uk or blekko.com. We need a name. These existing modules do the same thing, only slower, less completely, and less correctly: Mozilla::PublicSuffix Domain::PublicSuffix ParseUtil::Domain IO::Socket::SSL::Pu

Re: Re: Naming a new module USB::Descriptor?

2011-08-05 Thread Brandon Fosdick
On 07/22/64 11:59 , David Cantrell wrote: > I'd have thought that Device::USB::Descriptor would be a good place, with no > need for a further ::Device. Underneath that you could have things like > D::U::Descriptor::HID, D::U::Descriptor::Storage or whatever. Actually, a USB descriptor set is a

Re: Naming a new module USB::Descriptor?

2011-08-03 Thread David Cantrell
On Mon, Aug 01, 2011 at 10:59:35AM -0700, Brandon Fosdick wrote: > My day job has me manually creating descriptors for USB devices more often > than I care to, so I've created a module for auto-generating said > descriptors. The resulting object tree can then be output as a structure > suitable

Naming a new module USB::Descriptor?

2011-08-01 Thread Brandon Fosdick
I sent this to modu...@perl.org, but didn't get a response. So, I'm trying here. My day job has me manually creating descriptors for USB devices more often than I care to, so I've created a module for auto-generating said descriptors. The resulting object tree can then be output as a structure s