RDBO Support.
[kivitendo-erp.git] / SL / DB / Project.pm
diff --git a/SL/DB/Project.pm b/SL/DB/Project.pm
new file mode 100644 (file)
index 0000000..4b93c5a
--- /dev/null
@@ -0,0 +1,31 @@
+package SL::DB::Project;
+
+use strict;
+
+use SL::DB::MetaSetup::Project;
+
+__PACKAGE__->meta->make_manager_class;
+
+1;
+
+__END__
+
+=pod
+
+=head1 NAME
+
+SL::DB::Project: Model for the 'project' table
+
+=head1 SYNOPSIS
+
+This is a standard Rose::DB::Object based model and can be used as one.
+
+=head1 FUNCTIONS
+
+None so far.
+
+=head1 AUTHOR
+
+Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>
+
+=cut