From: Sven Schöling Date: Tue, 31 Mar 2015 15:38:51 +0000 (+0200) Subject: perl5.22: CGI ist nicht mehr Core X-Git-Tag: release-3.2.1~20 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c3b778ec8ff1499a8a2f2247e47544ad784956a0;p=kivitendo-erp.git perl5.22: CGI ist nicht mehr Core --- diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index b22d4e7f5..4d46fd6a4 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -18,6 +18,7 @@ BEGIN { @required_modules = ( { name => "parent", url => "http://search.cpan.org/~corion/", debian => 'libparent-perl' }, { name => "Archive::Zip", version => '1.16', url => "http://search.cpan.org/~phred/", debian => 'libarchive-zip-perl' }, + { name => "CGI", version => '3.43', url => "http://search.cpan.org/~leejo/", debian => 'libcgi-perl' }, # 3.43 is core 5.10.1 { name => "Clone", url => "http://search.cpan.org/~rdf/", debian => 'libclone-perl' }, { name => "Config::Std", url => "http://search.cpan.org/~dconway/", debian => 'libconfig-std-perl' }, { name => "DateTime", url => "http://search.cpan.org/~drolsky/", debian => 'libdatetime-perl' },