summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-07-25 06:41:04 +0200
committermkanat%bugzilla.org <>2006-07-25 06:41:04 +0200
commit788586bb0f6d33b6fd0153b085ef3270fecd47d4 (patch)
treed223b7b68f89740328a4f3055bc32bf6c99fef60 /Bugzilla
parent7e9cd9b8b018d91db1a983933de72d08846a1ccd (diff)
downloadbugzilla-788586bb0f6d33b6fd0153b085ef3270fecd47d4.tar.gz
bugzilla-788586bb0f6d33b6fd0153b085ef3270fecd47d4.tar.xz
Bug 344282: Require DBI 1.41+ for DBD::Pg 1.45
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Install/Requirements.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index f1cd26747..bf2398a3f 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',