projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Presenter-Module für Listen von Verkaufs-/Einkaufsobjekte
[kivitendo-erp.git]
/
SL
/
DB
/
Language.pm
1
package SL::DB::Language;
2
3
use strict;
4
5
use SL::DB::MetaSetup::Language;
6
use SL::DB::Manager::Language;
7
8
1;