615f8d1346c5024da4032e222bd2e93762a9a035
[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 =head1 INTERFACE
36
37 =head1 DEPENDENCIES
38
39 =head1 SEE ALSO
40
41 =head1 AUTHOR
42
43 Werner Hahn E<lt>wh@futureworldsearch.netE<gt>
44
45 =cut