On Fri, Dec 13, 2002 at 06:43:47PM -0500, Thomas A. Lowery wrote: > > It turned out that Tom had used a bunch of recent perl features that > > would have meant the DBI would no longer pass tests on many systems > > (although some would be okay after installing some more modules). > > So at the last minute I opted not to include the newer DBI::Shell. > > I've pulled the IO::Tee stuff out of Shell.pm and made it a plug-in. This > should allow it to work as the standard DBI distro ...
I think you'll also need to ship Test::More (under the ./t/ directory) and tweak @INC in the tests to use it. Tim.
