NAME
DBIx::Class::RandomStringColumns - Implicit random string columns
SYNOPSIS
pacakge Artist;
__PACKAGE__->load_components(qw/RandomStringColumns Core DB/);
__PACKAGE__->random_string_columns('rid', {length => 10});
DESCRIPTION
This DBIx::Class component resambles the behaviour of Class::DBI::Plugin::RandomStringColumn, to make some columns implicitly created as random string.
Note that the component needs to be loaded before Core.
METHODS
random_string_columns
AUTHORS
Kan Fushihara <kan at mobilefactory.jp>
LICENSE
You may distribute this code under the same terms as Perl itself.