The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Given a database and a directory, this module (and its accompanying script)
will create stub Class::DBI sub-class modules.  It differs from
Class::DBI::AutoLoader in that it spits out code instead of just magickally
instantiating classes.

To install, do the usual dance:

$ perl Makefile.PL
$ make
$ make test
$ sudo make install