DBI/Simple version 0.01
=======================

This module should work with any DBD. It is intended to reduce the effort of interacting with yout database to two simple commands: new and execute.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  XML::Simple
  DBI
  DBD of your choice

COPYRIGHT AND LICENCE


Copyright (C) 2003 Sean McMurray

This library is free software; you can redistribute it and/or modify
it under the terms of the GNU Public License (GPL).

