From: Sven Schöling Date: Thu, 2 Sep 2010 16:03:22 +0000 (+0200) Subject: Testversion 12 von Zip::ARchive rückgängig gemacht. X-Git-Tag: release-2.6.2beta1~156 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;ds=sidebyside;h=5f4e1abaa176f78878fc7e0977fd8307d00bb7d8;p=kivitendo-erp.git Testversion 12 von Zip::ARchive rückgängig gemacht. --- diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 299706350..6e1a6c7f9 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -10,7 +10,7 @@ use strict; BEGIN { @required_modules = ( { name => "parent", url => "http://search.cpan.org/~corion/" }, - { name => "Archive::Zip", version => 12, url => "http://search.cpan.org/~adamk/" }, + { name => "Archive::Zip", url => "http://search.cpan.org/~adamk/" }, { name => "Class::Accessor", url => "http://search.cpan.org/~kasei/" }, { name => "CGI::Ajax", url => "http://search.cpan.org/~bct/" }, { name => "DateTime", url => "http://search.cpan.org/~drolsky/" },