summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2004-07-10 16:35:34 +0200
committerbugreport%peshkin.net <>2004-07-10 16:35:34 +0200
commitdbce51e838e74f1ad31e3d8076db93df64f56592 (patch)
tree6108f6efb6c966cd8e4c7652872f242a306407f0 /checksetup.pl
parent1ade641d4492138b0590c5717b47b429fff83d8a (diff)
downloadbugzilla-dbce51e838e74f1ad31e3d8076db93df64f56592.tar.gz
bugzilla-dbce51e838e74f1ad31e3d8076db93df64f56592.tar.xz
Bug 227191: Change DBI->connect syntax so database password will not be revealed if connect fails
r=bbaetz a=justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index c9ced42ec..2ccf0d8a4 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -246,7 +246,7 @@ my $modules = [
},
{
name => 'DBI',
- version => '1.32'
+ version => '1.36'
},
{
name => 'DBD::mysql',