X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d4925a8b60f04674885e30d9316dc0263f8b9a84..b293ff8ad52fc76ba0c44783e3982418114d6b08:/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;