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