summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Bugzilla.pm2
-rwxr-xr-xcontrib/bz_webservice_demo.pl2
-rwxr-xr-xcontrib/bzdbcopy.pl2
-rwxr-xr-xcontrib/convert-workflow.pl2
-rwxr-xr-xcontrib/extension-convert.pl2
-rwxr-xr-xcontrib/fixperms.pl2
-rwxr-xr-xcontrib/merge-users.pl2
-rwxr-xr-xcontrib/mysqld-watcher.pl2
-rwxr-xr-xcontrib/recode.pl2
-rw-r--r--contrib/replyrc2
-rwxr-xr-xcontrib/sendbugmail.pl2
-rwxr-xr-xcontrib/sendunsentbugmail.pl2
-rwxr-xr-xcontrib/syncLDAP.pl2
13 files changed, 13 insertions, 13 deletions
diff --git a/contrib/Bugzilla.pm b/contrib/Bugzilla.pm
index 31e0a0f6d..bfc2fe385 100644
--- a/contrib/Bugzilla.pm
+++ b/contrib/Bugzilla.pm
@@ -4,7 +4,7 @@
package Bugzilla;
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;
diff --git a/contrib/bz_webservice_demo.pl b/contrib/bz_webservice_demo.pl
index 6c8c21dfa..dda9a6f93 100755
--- a/contrib/bz_webservice_demo.pl
+++ b/contrib/bz_webservice_demo.pl
@@ -18,7 +18,7 @@ C<bz_webservice_demo.pl --help> for detailed help
=cut
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;
diff --git a/contrib/bzdbcopy.pl b/contrib/bzdbcopy.pl
index 73160cf6a..887d6b60e 100755
--- a/contrib/bzdbcopy.pl
+++ b/contrib/bzdbcopy.pl
@@ -6,7 +6,7 @@
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;
diff --git a/contrib/convert-workflow.pl b/contrib/convert-workflow.pl
index 1cbabca37..edabb5692 100755
--- a/contrib/convert-workflow.pl
+++ b/contrib/convert-workflow.pl
@@ -6,7 +6,7 @@
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;
diff --git a/contrib/extension-convert.pl b/contrib/extension-convert.pl
index d4f29d855..f5e4977c3 100755
--- a/contrib/extension-convert.pl
+++ b/contrib/extension-convert.pl
@@ -6,7 +6,7 @@
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;
diff --git a/contrib/fixperms.pl b/contrib/fixperms.pl
index a6e31fe70..55e8e90b8 100755
--- a/contrib/fixperms.pl
+++ b/contrib/fixperms.pl
@@ -6,7 +6,7 @@
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;
diff --git a/contrib/merge-users.pl b/contrib/merge-users.pl
index 8e13b0934..16d50bb91 100755
--- a/contrib/merge-users.pl
+++ b/contrib/merge-users.pl
@@ -6,7 +6,7 @@
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;
diff --git a/contrib/mysqld-watcher.pl b/contrib/mysqld-watcher.pl
index be93dcbb5..ff580a7ef 100755
--- a/contrib/mysqld-watcher.pl
+++ b/contrib/mysqld-watcher.pl
@@ -9,7 +9,7 @@
# mysqld-watcher.pl - a script that watches the running instance of
# mysqld and kills off any long-running SELECTs against the shadow_db
#
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;
diff --git a/contrib/recode.pl b/contrib/recode.pl
index edd9fe423..8894371b8 100755
--- a/contrib/recode.pl
+++ b/contrib/recode.pl
@@ -6,7 +6,7 @@
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;
diff --git a/contrib/replyrc b/contrib/replyrc
index 2c5541e4c..b465135b6 100644
--- a/contrib/replyrc
+++ b/contrib/replyrc
@@ -5,7 +5,7 @@
script_line1 = use strict;
script_line2 = use warnings;
-script_line3 = use v5.10;
+script_line3 = use v5.14;
script_line4 = use Bugzilla;
script_line5 = Bugzilla->extensions; 1;
script_line6 = sub filter { Bugzilla->template->{SERVICE}->{CONTEXT}->{CONFIG}->{FILTERS}->{$_[0]} }
diff --git a/contrib/sendbugmail.pl b/contrib/sendbugmail.pl
index c48a6f713..2ebf163e7 100755
--- a/contrib/sendbugmail.pl
+++ b/contrib/sendbugmail.pl
@@ -6,7 +6,7 @@
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;
diff --git a/contrib/sendunsentbugmail.pl b/contrib/sendunsentbugmail.pl
index 639762af9..16fd00aa1 100755
--- a/contrib/sendunsentbugmail.pl
+++ b/contrib/sendunsentbugmail.pl
@@ -6,7 +6,7 @@
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;
diff --git a/contrib/syncLDAP.pl b/contrib/syncLDAP.pl
index 872dbc3d7..52ff067e3 100755
--- a/contrib/syncLDAP.pl
+++ b/contrib/syncLDAP.pl
@@ -6,7 +6,7 @@
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;