On Wed, Jan 08, 2003 at 01:04:24PM +0000, Tim Bunce wrote: > On Tue, Jan 07, 2003 at 04:46:40PM -0600, _brian_d_foy wrote: > > In article <[EMAIL PROTECTED]>, Perl Authors > > Upload Server <[EMAIL PROTECTED]> wrote: > > > > > The following module was proposed for inclusion in the Module List: > > > > > > modid: DBX > > > > i think anything built on DBI should go into DBIx. > > Or, more specifically, modules which provide extensions/wrappers/utilities > which are tightly coupled to the DBI. The DBIx::* namespace is where > people expect to find such things. > > > DBX means nothing to me, and probably as much to most people. > > And some example code / docs would be handy.
Uh, hang on, is this the DBI::Simple module? DBIx::* is certainly the right place for it. Just needs a different name to avoid clashing with the pre-existing DBIx::Simple module. Maybe DBIx::YAW (yet another wrapper ;-) Tim.