summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Oracle.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/DB/Oracle.pm')
-rw-r--r--Bugzilla/DB/Oracle.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/DB/Oracle.pm b/Bugzilla/DB/Oracle.pm
index 51678dec9..e863bac42 100644
--- a/Bugzilla/DB/Oracle.pm
+++ b/Bugzilla/DB/Oracle.pm
@@ -21,7 +21,7 @@ For interface details see L<Bugzilla::DB> and L<DBI>.
package Bugzilla::DB::Oracle;
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;
@@ -719,7 +719,7 @@ sub _get_create_trigger_ddl {
package Bugzilla::DB::Oracle::st;
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;