On Fri, Jan 18, 2013 at 10:42:29PM +0000, Perl Authors Upload Server wrote: > > The following module was proposed for inclusion in the Module List: > > modid: DBI::Query > DSLIP: bdpOp > description: Simplified abstracted chained DBI subclass > userid: GRYPHON (Gryphon Shafer) > chapterid: 7 (Database_Interfaces) > communities: > > similar: > DBI DBI::Simple > > rationale: > > DBI::Query is a pure subclass of DBI that permits the use of > simplified, abstracted, chained database querying. The idea being > that you can use an interface similar to jQuery but drop into the > DBI superclass's methods at any time. There are methods like get() > that let you specify queries in SQL::Abstract-like ways and sql() > that let you specify queries in SQL. In both cases, DBI::Query > auto-builds in the other half. DBI::Query also provides an interface > to the data returned from the query, allowing for simplified, > abstracted, chained data interaction.
This belongs in the DBIx:: namespace - you've typo'ed DBIx::Simple as DBI::Simple in your 'similar' section. -- Matt S Trout - Shadowcat Systems - Perl consulting with a commit bit and a clue http://shadowcat.co.uk/blog/matt-s-trout/ http://twitter.com/shadowcat_mst/ Email me now on mst (at) shadowcat.co.uk and let's chat about how our Catalyst commercial support, training and consultancy packages could help your team.