kivitendo/SL/DB/File.pm @ 3defabe6
2bb452ee | Martin Helmling | # 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
|
||||
c06a8ef7 | Werner Hahn | SL::DB::File - Databaseclass for File
|
||
2bb452ee | Martin Helmling | |||
=head1 SYNOPSIS
|
||||
c06a8ef7 | Werner Hahn | use SL::DB::File;
|
||
2bb452ee | Martin Helmling | |||
c06a8ef7 | Werner Hahn | # synopsis...
|
||
2bb452ee | Martin Helmling | |||
=head1 DESCRIPTION
|
||||
c06a8ef7 | Werner Hahn | # longer description.
|
||
2bb452ee | Martin Helmling | |||
=head1 INTERFACE
|
||||
=head1 DEPENDENCIES
|
||||
=head1 SEE ALSO
|
||||
=head1 AUTHOR
|
||||
c06a8ef7 | Werner Hahn | Werner Hahn E<lt>wh@futureworldsearch.netE<gt>
|
||
2bb452ee | Martin Helmling | |||
=cut
|