Documentation.
[blog.pm-common-perl-mods.git] / Rose-DBx-Object-I18N / lib / Rose / DBx / Object / I18N / Metadata.pm
blob8febec776c739a2b8d566c4b27c3b3e499aba816
1 package Rose::DBx::Object::I18N::Metadata;
3 use strict;
4 use warnings;
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.
18 =cut