1 package Rose
::DBx
::Object
::I18N
::Metadata
;
6 use base
'Rose::DB::Object::Metadata';
8 use Rose
::Class
::MakeMethods
::Generic
(
9 scalar => [ qw
/ i18n_static_rel_name i18n_translation_rel_name / ] );
11 =head1 COPYRIGHT & LICENSE
13 Copyright 2008 Viacheslav Tikhanovskii, all rights reserved.
15 This program is free software; you can redistribute it and/or modify it
16 under the same terms as Perl itself.