From: Sven Schöling Date: Tue, 5 Aug 2014 09:20:27 +0000 (+0200) Subject: Installcheck: Version von Archive::Zip korrigiert. X-Git-Tag: release-3.2.0beta~361 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a86e8e8972697745f7186940169d29f24cd49b20;p=kivitendo-erp.git Installcheck: Version von Archive::Zip korrigiert. --- diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index b989325d5..8b7c33b09 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -17,7 +17,7 @@ BEGIN { # dist_name: name of the package in cpan if it differs from name (ex.: LWP != libwww-perl) @required_modules = ( { name => "parent", url => "http://search.cpan.org/~corion/", debian => 'libparent-perl' }, - { name => "Archive::Zip", version => '12.16', url => "http://search.cpan.org/~phred/", debian => 'libarchive-zip-perl' }, + { name => "Archive::Zip", version => '1.16', url => "http://search.cpan.org/~phred/", debian => 'libarchive-zip-perl' }, { 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' },