From 250da00c660c973ed578ea71d3b2c3183a97da4b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Thu, 14 Nov 2019 16:02:36 +0100 Subject: [PATCH] InstallationCheck: Exception::Class: Minimal-Version 1.44 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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). --- SL/InstallationCheck.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }, -- 2.20.1