
Class::DBI::Plugin::DigestColumns - easy to digest the digest

package Your::Data;
use base qw(Class::DBI);
use Class::DBI::Plugin::DigestColumns;
__PACKAGE__->digest_columns('digest');
__PACKAGE__->digest_key('IYAN');

Class::DBI::Plugin::DigestColumn is easy to digest the plugin for CDBI.

Initialization phase. This is private method.
Get the digest.
__PACKAGE__->digest_columns('digest');
This method adds the trigger, the column digest in update and create.
This method is generated by mk_classdata. If you set the digest_key, digest value is generated by keyword + digest_key.

MATSUNO Tokuhiro <tokuhiro at mobilefactory.jp>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
