NAME

DBIx::Class::Schema::AuditLog

VERSION

version 0.6.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

audited_sources

returns the list of sourcenames which have DBIx::Class::AuditLog loaded

audited_source

Arguments: $source_name

Like "source" in DBIx::Class::Schema, but returns 0 if the resulting source does not have AuditLog loaded

find_or_create_audit_log_schema_template

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

AUTHOR

Mark Jubenville <ioncache@cpan.org>

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.