From: Bernd Bleßmann Date: Thu, 14 Nov 2019 15:02:36 +0000 (+0100) Subject: InstallationCheck: Exception::Class: Minimal-Version 1.44 X-Git-Tag: release-3.5.6.1~436 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=250da00c660c973ed578ea71d3b2c3183a97da4b;p=kivitendo-erp.git InstallationCheck: Exception::Class: Minimal-Version 1.44 Sonst gibt es nur ungenaue Rose-Fehlermeldungen (nur "generic exception") und der Test t/db_helper/with_transaction.t läuft nicht durch. Behebt #407 (redmine). --- diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 81d5c91a8..a54a48877 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -30,7 +30,7 @@ BEGIN { { name => "DBI", version => '1.50', url => "http://search.cpan.org/~timb/", debian => 'libdbi-perl' }, { name => "DBD::Pg", version => '1.49', url => "http://search.cpan.org/~dbdpg/", debian => 'libdbd-pg-perl' }, { name => "Digest::SHA", url => "http://search.cpan.org/~mshelor/", debian => 'libdigest-sha-perl' }, - { name => "Exception::Class", url => "https://metacpan.org/pod/Exception::Class", debian => 'libexception-class-perl' }, + { name => "Exception::Class", version => '1.44', url => "https://metacpan.org/pod/Exception::Class", debian => 'libexception-class-perl' }, { name => "Email::Address", version => '1.888', url => "http://search.cpan.org/~rjbs/", debian => 'libemail-address-perl' }, { name => "Email::MIME", url => "http://search.cpan.org/~rjbs/", debian => 'libemail-mime-perl' }, { name => "FCGI", version => '0.72', url => "http://search.cpan.org/~mstrout/", debian => 'libfcgi-perl' },