Upgrade-Doku: Hinweis auf benötigtes Perl-Modul IPC::Run
[kivitendo-erp.git] / SL / DB / Currency.pm
1 package SL::DB::Currency;
2
3 use strict;
4
5 use SL::DB::MetaSetup::Currency;
6 use SL::DB::Manager::Currency;
7
8 __PACKAGE__->meta->initialize;
9
10 1;