5 use base qw
/ DB::Object::I18N /;
8 sub meta_class
{ 'Metadata' }
10 __PACKAGE__
->meta->setup(
23 primary_key_columns
=> [ 'i18nid' ],
28 key_columns
=> { user_id
=> 'id' },
29 type
=> 'many to one',
33 i18n_static_rel_name
=> 'user'
42 This library is free software, you can redistribute it and/or modify
43 it under the same terms as Perl itself.