NAME
HTML::Tested::ClassDBI - Enhances HTML::Tested to work with Class::DBI
SYNOPSIS
package MyClass;
use base 'HTML::Tested::ClassDBI';
__PACKAGE__->make_tested_value('x');
__PACKAGE__->bind_to_class_dbi(MyClassDBI =>
x => 'col1');
DESCRIPTION
To be done.
AUTHOR
Boris Sukholitko
CPAN ID: BOSU
boriss@gmail.com
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
HTML::Tested, Class::DBI