POE::Component::EasyDBI
===================================

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

This module is easy to use, you'll have DBI calls in your POE program
up and running in no time.

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

Optional:

       SQLite
               (for tests)

AUTHOR

David Davis <[email protected]>

CREDITS

Apocalypse <[email protected]>
for POE::Component::SimpleDBI the basis of this PoCo

COPYRIGHT AND LICENCE

Copyright 2003-2006 by David Davis and Teknikill Software

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