From: mkanat%bugzilla.org <> Date: Tue, 25 Jul 2006 04:41:04 +0000 (+0000) Subject: Bug 344282: Require DBI 1.41+ for DBD::Pg 1.45 X-Git-Tag: bugzilla-2.23.3~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=788586bb0f6d33b6fd0153b085ef3270fecd47d4;p=thirdparty%2Fbugzilla.git Bug 344282: Require DBI 1.41+ for DBD::Pg 1.45 Patch By Max Kanat-Alexander (module owner) a=myk --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index f1cd26747c..bf2398a3f6 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -55,7 +55,7 @@ use constant REQUIRED_MODULES => [ }, { name => 'DBI', - version => '1.38' + version => '1.41' }, { name => 'File::Spec',