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

NAME

DBIx::Class::Schema::AuditLog

VERSION

version 0.2.4

DBIx::Class OVERRIDDEN METHODS

connection

Overrides the DBIx::Class connection method to create an AuditLog schema.

txn_do

Wraps the DBIx::Class txn_do method with a new changeset whenever required.

HELPER METHODS

find_or_create_audit_log_schema_template

Finds or creates a new schema object using the AuditLog tables.

AUTHOR

Mark Jubenville <ioncache@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Mark Jubenville.

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