RE: New NestedHash module needs home

2011-09-21 Thread Byrd, Brendan
erl "object", even a single hash. Some potential names could be: DBD::Object DBD::Tree DBD::TreeObject DBD::NestedObject Which one would work best? -- Brendan Byrd System Integration Analyst (NOC Web Developer) -Original Message----- From: Tim Bunce [mailto:tim.bu...@pobox.com] Se

Re: New NestedHash module needs home

2011-09-21 Thread Tim Bunce
ot;, even a single hash. Some potential names could be: > > DBD::Object > DBD::Tree > DBD::TreeObject > DBD::NestedObject > > Which one would work best? > > -- > Brendan Byrd > System Integration Analyst (NOC Web Developer) > > -Original Message- >

Re: New NestedHash module needs home

2011-09-21 Thread Tim Bunce
ing. > > From: dub...@gmail.com [mailto:dub...@gmail.com] On Behalf Of Jeff Zucker > Sent: Tuesday, September 13, 2011 12:57 PM > To: dbi-dev@perl.org > Cc: Byrd, Brendan > Subject: Re: New NestedHash module needs home > > On Tue, Sep 13, 2011 at 7:50 AM, Jonathan Leffl

Re: New NestedHash module needs home

2011-09-21 Thread H.Merijn Brand
On Mon, 12 Sep 2011 17:29:57 +, "Byrd, Brendan" wrote: > DBD::NestedHash - This could also be its own Perl module within CPAN. > However, the hash to table conversion is such a thin wrapper around > DBD::AnyData that it just seems to make more sense to actually tie it > into that module someh

RE: New NestedHash module needs home

2011-09-21 Thread Byrd, Brendan
f Zucker Sent: Tuesday, September 13, 2011 12:57 PM To: dbi-dev@perl.org Cc: Byrd, Brendan Subject: Re: New NestedHash module needs home On Tue, Sep 13, 2011 at 7:50 AM, Jonathan Leffler mailto:jonathan.leff...@gmail.com>> wrote: On Mon, Sep 12, 2011 at 10:29, Byrd, Brendan mailto:by

Re: New NestedHash module needs home

2011-09-14 Thread Jeff Zucker
On Tue, Sep 13, 2011 at 7:50 AM, Jonathan Leffler < jonathan.leff...@gmail.com> wrote: > On Mon, Sep 12, 2011 at 10:29, Byrd, Brendan > wrote: > > > I currently have a working and tested model for a “nested hash to table” > > > conversion. [...] > > > > ** ** > > > > *AnyData::Format::NestedH

Re: New NestedHash module needs home

2011-09-13 Thread Jonathan Leffler
Did you consider DBIx::NestedHash? Would that make any sense? On Mon, Sep 12, 2011 at 10:29, Byrd, Brendan wrote: > I currently have a working and tested model for a “nested hash to table” > conversion. [...] > > ** ** > > My dilemma is: Where exactly should this kind of module go in the CPAN