diff options
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 2 |
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', |