X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fbcd5580d153156a01e9f8d071df5316b9da7777..2bb452ee62e74c2a42113171eeb53de8d09bbbf5:/SL/DB/File.pm diff --git a/SL/DB/File.pm b/SL/DB/File.pm new file mode 100644 index 000000000..d44f07225 --- /dev/null +++ b/SL/DB/File.pm @@ -0,0 +1,48 @@ +# 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::File; + +use strict; + +use SL::DB::MetaSetup::File; +use SL::DB::Manager::File; + +__PACKAGE__->meta->initialize; + + +1; +__END__ + +=pod + +=encoding utf8 + +=head1 NAME + + SL::DB::File - Databaseclass for File + +=head1 SYNOPSIS + + use SL::DB::File; + + # synopsis... + +=head1 DESCRIPTION + + # longer description. + + +=head1 INTERFACE + + +=head1 DEPENDENCIES + + +=head1 SEE ALSO + +=head1 AUTHOR + + Werner Hahn Ewh@futureworldsearch.netE + +=cut