This is the README file for DBIx::Simple::OO, a module that allows
you to retrieve database rows as objects.
Please refer to 'perldoc DBIx::Simple::OO' after installation for
details.
#####################################################################
* Description
DBIx::Simple::OO
This module provides a possibility to retrieve rows from a
database as objects, rather than the traditional array ref
or hash ref. This provides all the usual benefits of using
objects over plain references for accessing data, as well as
allowing you to add methods of your own choosing for data
retrieval.
#####################################################################
* Installation
DBIx::Simple::OO follows the standard perl module install process
perl Makefile.PL
make
make test
make install
The module uses no C or XS parts, so no c-compiler is required.
######################################################################
AUTHOR
This module by Jos Boumans <kane@cpan.org>.
COPYRIGHT
This module is copyright (c) 2005 Jos Boumans <kane@cpan.org>. All
rights reserved.
This library is free software; you may redistribute and/or modify it
under the same terms as Perl itself.