From: Moritz Bunkus Date: Fri, 5 Apr 2019 07:57:25 +0000 (+0200) Subject: Module: implizite Anforderung auf Set::Crontab entfernt X-Git-Tag: release-3.5.4~75^2~1 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ea4256d880b35648ed0cf5725e43cddf2b8b7b4f;p=kivitendo-erp.git Module: implizite Anforderung auf Set::Crontab entfernt kivitendo nutzt das Modul nicht direkt, sondern nur DateTime::Event::Cron. Das nutzt Set::Crontab unter der Haube, weshalb wir keine direkte Abhängigkeit deklarieren sollten. --- diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 40f331dc9..81d5c91a8 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -55,7 +55,6 @@ BEGIN { { name => "Rose::DB", url => "http://search.cpan.org/~jsiracusa/", debian => 'librose-db-perl' }, { name => "Rose::DB::Object", version => 0.788, url => "http://search.cpan.org/~jsiracusa/", debian => 'librose-db-object-perl' }, { name => "Set::Infinite", version => '0.63', url => "http://search.cpan.org/~fglock/", debian => 'libset-infinite-perl' }, - { name => "Set::Crontab", version => '1.03', url => "http://search.cpan.org/~ams/", debian => 'libset-crontab-perl' }, { name => "String::ShellQuote", version => 1.01, url => "http://search.cpan.org/~rosch/", debian => 'libstring-shellquote-perl' }, { name => "Sort::Naturally", url => "http://search.cpan.org/~sburke/", debian => 'libsort-naturally-perl' }, { name => "Template", version => '2.18', url => "http://search.cpan.org/~abw/", debian => 'libtemplate-perl' },