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).

-- 
H.Merijn Brand  http://tux.nl      Perl Monger  http://amsterdam.pm.org/
using & porting perl 5.6.2, 5.8.x, 5.10.x, 5.11.x on HP-UX 10.20, 11.00,
11.11, 11.23, and 11.31, OpenSuSE 10.3, 11.0, and 11.1, AIX 5.2 and 5.3.
http://mirrors.develooper.com/hpux/           http://www.test-smoke.org/
http://qa.perl.org      http://www.goldmark.org/jeff/stupid-disclaimers/

Reply via email to