From: Sven Schöling Date: Tue, 27 Dec 2011 15:36:48 +0000 (+0100) Subject: ShellQuote auch im InstallationCheck X-Git-Tag: release-2.7.0beta1~118 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5c695f5dff59f951d17172851a6428bf346b9d66;p=kivitendo-erp.git ShellQuote auch im InstallationCheck --- diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 91216a11c..5f9776816 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -24,6 +24,7 @@ BEGIN { { name => "Rose::Object", url => "http://search.cpan.org/~jsiracusa/", debian => 'librose-object-perl' }, { name => "Rose::DB", url => "http://search.cpan.org/~jsiracusa/", debian => 'librose-db-perl' }, { name => "Rose::DB::Object", url => "http://search.cpan.org/~jsiracusa/", debian => 'librose-db-object-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' }, { name => "Text::CSV_XS", version => '0.23', url => "http://search.cpan.org/~hmbrand/", debian => 'libtext-csv-xs-perl' },