1 package SL::DB::Project;
 
   5 use SL::DB::MetaSetup::Project;
 
   7 use SL::DB::Helper::CustomVariables(
 
  12 __PACKAGE__->meta->make_manager_class;
 
  13 __PACKAGE__->meta->initialize;
 
  23 SL::DB::Project: Model for the 'project' table
 
  27 This is a standard Rose::DB::Object based model and can be used as one.
 
  35 Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>