The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Test::DBChanges::Role::DBIC - adapt DBChanges to DBIC

VERSION

version 1.0.2

DESCRIPTION

This role provides a schema attribute, whose value should be a DBIx::Class::Schema instance. Using this role you can refer to resultset names instead of table names.

ATTRIBUTES

schema

Required, the DBIC schema 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.