Dateimanagement: Basiserweiterung
[kivitendo-erp.git] / SL / DB / File.pm
1 # This file has been auto-generated only because it didn't exist.
2 # Feel free to modify it at will; it will not be overwritten automatically.
3
4 package SL::DB::File;
5
6 use strict;
7
8 use SL::DB::MetaSetup::File;
9 use SL::DB::Manager::File;
10
11 __PACKAGE__->meta->initialize;
12
13
14 1;
15 __END__
16
17 =pod
18
19 =encoding utf8
20
21 =head1 NAME
22
23   SL::DB::File - Databaseclass for File
24
25 =head1 SYNOPSIS
26
27   use SL::DB::File;
28
29   # synopsis...
30
31 =head1 DESCRIPTION
32
33   # longer description.
34
35
36 =head1 INTERFACE
37
38
39 =head1 DEPENDENCIES
40
41
42 =head1 SEE ALSO
43
44 =head1 AUTHOR
45
46   Werner Hahn E<lt>wh@futureworldsearch.netE<gt>
47
48 =cut