X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6c59b08afa062f17a487910125809095fa3fb684..dc3382e8276f279de81f8bdc53f4af0adb4e8657:/SL/DB/Stocktaking.pm diff --git a/SL/DB/Stocktaking.pm b/SL/DB/Stocktaking.pm new file mode 100644 index 000000000..ee7926b39 --- /dev/null +++ b/SL/DB/Stocktaking.pm @@ -0,0 +1,13 @@ +# This file has been auto-generated only because it didn't exist. +# Feel free to modify it at will; it will not be overwritten automatically. + +package SL::DB::Stocktaking; + +use strict; + +use SL::DB::MetaSetup::Stocktaking; +use SL::DB::Manager::Stocktaking; + +__PACKAGE__->meta->initialize; + +1;