X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d17e1b9d1b761bb19d0cb79a742ea70a07028998..14b824ae47b746673eb94885b0c972fd5a84a62a:/SL/DB/RequirementSpecComplexity.pm diff --git a/SL/DB/RequirementSpecComplexity.pm b/SL/DB/RequirementSpecComplexity.pm index eaf74069b..279a9c9ec 100644 --- a/SL/DB/RequirementSpecComplexity.pm +++ b/SL/DB/RequirementSpecComplexity.pm @@ -3,12 +3,10 @@ package SL::DB::RequirementSpecComplexity; use strict; use SL::DB::MetaSetup::RequirementSpecComplexity; +use SL::DB::Manager::RequirementSpecComplexity; use SL::DB::Helper::ActsAsList; use SL::Locale::String; -# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. -__PACKAGE__->meta->make_manager_class; - sub validate { my ($self) = @_;