]> wagnertech.de Git - mfinanz.git/blob - SL/DB/Project.pm
Vergessen is.pl für Commit 0e0ff15052f7cb7ed1a2b04235a8a217da97a183 (Standard-Umlaufv...
[mfinanz.git] / SL / DB / Project.pm
1 package SL::DB::Project;
2
3 use strict;
4
5 use SL::DB::MetaSetup::Project;
6
7 __PACKAGE__->meta->make_manager_class;
8
9 1;
10
11 __END__
12
13 =pod
14
15 =head1 NAME
16
17 SL::DB::Project: Model for the 'project' table
18
19 =head1 SYNOPSIS
20
21 This is a standard Rose::DB::Object based model and can be used as one.
22
23 =head1 FUNCTIONS
24
25 None so far.
26
27 =head1 AUTHOR
28
29 Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>
30
31 =cut