5 use base
qw(DB::Object::I18N::Static);
7 __PACKAGE__
->meta->setup(
11 qw
/ id name orig_lang /
14 primary_key_columns
=> [ qw
/ id / ],
16 unique_key
=> [ qw
/ name / ],
20 type
=> 'one to many',
22 column_map
=> { id
=> 'user_id' }
33 This library is free software, you can redistribute it and/or modify
34 it under the same terms as Perl itself.