]> wagnertech.de Git - mfinanz.git/blob - SL/DB/Translation.pm
t/test.pl: File::Find macht nur dann lstat wenn follow oder follow_fast als option...
[mfinanz.git] / SL / DB / Translation.pm
1 package SL::DB::Translation;
2
3 use strict;
4
5 use SL::DB::MetaSetup::Translation;
6 use SL::DB::Helper::AttrHTML;
7
8 __PACKAGE__->meta->initialize;
9
10 __PACKAGE__->meta->make_manager_class;
11
12 __PACKAGE__->attr_html('longdescription');
13
14 1;