NAME
DBIx::Class::AuditAny::Collector::Code - Simple CodeRef collector class
DESCRIPTION
Using this collector class you can supply a coderef, and it will receive the record_changes
data as arguments. This allows you to handle the change data in whatever manner you choose.
ATTRIBUTES
collect_coderef
Required. Any valid CodeRef to use to send change data to. Arguments will be supplied in the same form as record_changes()
METHODS
record_changes
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.