The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::DBChanges::Role::DBI - adapt DBChanges to DBI

VERSION

version 1.0.0

DESCRIPTION

Classes that talk directly to DBI should consume this role. It provides a dbh attribute, whose value should be a database handle as returned by DBI->connect.

ATTRIBUTES

dbh

Required, the database handle to track changes on.

AUTHOR

Gianni Ceccarelli <gianni.ceccarelli@broadbean.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by BroadBean UK, a CareerBuilder Company.

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