MANIFEST
README
Changes
ToDo	Occasional random notes about what's missing
DBI.pm	The Database Interface Module Perl code
DBI.xs	The Database Interface Module XS code
DBIXS.h	The DBI XS public interface for Drivers (DBD::...)
Makefile.PL	The Makefile generator
lib/DBD/NullP.pm	An empty example Driver module
lib/DBD/ExampleP.pm	A very simple example Driver module
test.pl	A simple test application using ExampleP.pm
t/min.t	A trivial test script for 'make test'
