MySperql version 1.00
=====================

MySperql enables sql statement execution (through DBI to MySQL) 
with one line of perl code.

Note: in order to run "make test", you must first edit the 
connection parameters at the top of the test file: 
  
  t/MySperql.t

You must also have an active account on the localhost.

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:

  MySQL Server

  DBI
  DBD::mysql

COPYRIGHT AND LICENCE

Copyleft (C) 2007 by Roger Hall

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.5 or,
at your option, any later version of Perl 5 you may have available.


