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

NAME

DBIx::Class::AuditAny::Role::Schema - Role to apply to tracked DBIx::Class::Schema objects

DESCRIPTION

This Role is for interfaces only. Its main job is to add the DBIx::Class::AuditAny::Role::Storage role to the DBIC storage object so the change tracking can occur.

REQUIRES

txn_do

Standard method which will be available on all DBIC Schema objects

METHODS

auditors

all_auditors

auditor_count

add_auditor

changeset_do

SEE ALSO

SUPPORT

IRC:

    Join #rapidapp on irc.perl.org.

AUTHOR

Henry Van Styn <vanstyn@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012-2015 by IntelliTree Solutions llc.

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