X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FInstallationCheck.pm;h=3100ac67f0f5d4061ab65d4bdaebbb61ccc64381;hb=eef9560c633d8e84cca1d96b03a711862dc8c2d6;hp=0d1ab8bd5e13af3be0da995cdfe0ec2cb946b9f4;hpb=5cf44d1d8544fa3426e5fd80108187fefae30df9;p=kivitendo-erp.git diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 0d1ab8bd5..3100ac67f 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -34,7 +34,9 @@ BEGIN { { name => "YAML", version => '0.62', url => "http://search.cpan.org/~ingy/", debian => 'libyaml-perl' }, ); -@optional_modules = (); +@optional_modules = ( + { name => "Digest::SHA", url => "http://search.cpan.org/~mshelor/", debian => 'libdigest-sha-perl' }, +); @developer_modules = ( { name => "Devel::REPL", url => "http://search.cpan.org/~doy/", debian => 'libdevel-repl-perl' },