X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bb84bc55a14e2124d1dfd899d8e7afaad152a35d..d042bebb70062c92d685d9663608beedae915f95:/SL/DB/ApGl.pm diff --git a/SL/DB/ApGl.pm b/SL/DB/ApGl.pm new file mode 100644 index 000000000..77368a34a --- /dev/null +++ b/SL/DB/ApGl.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::ApGl; + +use strict; + +use SL::DB::MetaSetup::ApGl; +use SL::DB::Manager::ApGl; + +__PACKAGE__->meta->initialize; + +1;