POE/Component/SimpleDBI version 1.05
====================================

This module simplifies DBI usage in POE's multitasking world.

This module is a breeze to use, you'll have DBI calls in your POE program
up and running in only a few seconds of setup.

This module does what XML::Simple does for the XML world.

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:

	POE > 0.20
		POE::Session
		POE::Wheel::Run
		POE::Filter::Reference
		POE::Filter::Line

	DBI > 1.30

	Carp

	Error > 0.15

COPYRIGHT AND LICENCE

Copyright 2003 by Apocalypse

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
