[moved to dbi-dev] On Mon, Apr 20, 2009 at 07:57:15AM +0200, H.Merijn Brand wrote: > On Sun, 19 Apr 2009 21:00:39 +0100, Tim Bunce <tim.bu...@pobox.com> > wrote: > > > On Sat, Apr 18, 2009 at 10:28:02PM +0100, Tim Bunce wrote: > > > On Fri, Apr 17, 2009 at 01:22:42PM -0700, Jeff Zucker wrote: > > > > Hi friends in the DBI community, > > > > > > > > After many years of maintaining SQL::Statement and various pure-Perl > > > > DBDs > > > > (RAM, AnyData, File, CSV) I've now finally admitted that I am far too > > > > busy > > > > to do an adequate job with the modules. Although I'll stay on as > > > > co-maintainer and help out when I can, the active development will pass > > > > into the capable hands of H.Merijn Brand (DBD::CSV and DBD::File) and > > > > Jens > > > > Rehsack (all the rest). I'd like to thank both of them for stepping in > > > > and > > > > especially Jens who has tackled the thankless task of straightening out > > > > some of the messes I created in SQL::Statement. I'd also like to thank > > > > the > > > > many people over the years who sent bug reports and patches and jumped > > > > in > > > > to help when I needed it, especially Tim Bunce and Dean Arnold. > > > > > > And thanks you you, Jeff, for developing and supporting the modules for > > > many years. They've been a great hep to many people. > > > > Let's try that again without the typos... > > > > And thanks to you, Jeff, for developing and supporting the modules for > > many years. They've been a great help to many people. > > as DBD::File is part of DBI, what is the best way to go around? > If I'm correct, DBI currently is here: > > http://svn.perl.org/modules/dbi/trunk/ > > I don't do svn, but git, and I cloned this with > > $ git svn clone http://svn.perl.org/modules/dbi/trunk/ DBI-svn > $ git clone DBI-svn DBI > $ rm -rf DBI-svn > > I can now see the complete history for DBD::File with > > $ git log lib/DBD/File.pm > > From a git point of view, how do I get changes into DBI? Or do you want > DBD::File to be split off (I don't think so).
Just commit them to http://svn.perl.org/modules/dbi/trunk if you can use svn, else email them to dbi-...@perl.org. Tim.