DBIx::Class::Schema::AuditLog
Overrides the DBIx::Class connection method to create an AuditLog schema.
Wraps the DBIx::Class txn_do method with a new changeset whenever required.
returns the list of sourcenames which have DBIx::Class::AuditLog loaded
- Arguments: $source_name
Like "source" in DBIx::Class::Schema, but returns 0 if
the resulting source does not have AuditLog loaded
Finds or creates a new schema object using the AuditLog tables.
Mark Jubenville <ioncache@cpan.org>
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.