From 86fb87f1a65a17e7a86fe71b06d57767b0b3ea3b Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 29 Feb 2016 19:34:34 +0100 Subject: Bug 1136137: Require Perl 5.14 r=dkl --- xt/selenium/bug_edit.t | 2 +- xt/selenium/choose_priority.t | 2 +- xt/selenium/classifications.t | 2 +- xt/selenium/config.t | 2 +- xt/selenium/create_user_accounts.t | 2 +- xt/selenium/custom_fields.t | 2 +- xt/selenium/custom_fields_admin.t | 2 +- xt/selenium/dependencies.t | 2 +- xt/selenium/edit_products_properties.t | 2 +- xt/selenium/email_preferences.t | 2 +- xt/selenium/enter_new_bug.t | 2 +- xt/selenium/flags.t | 2 +- xt/selenium/flags2.t | 2 +- xt/selenium/groups.t | 2 +- xt/selenium/keywords.t | 2 +- xt/selenium/login.t | 2 +- xt/selenium/milestones.t | 2 +- xt/selenium/password_complexity.t | 2 +- xt/selenium/private_attachments.t | 2 +- xt/selenium/qa_contact.t | 2 +- xt/selenium/require_login.t | 2 +- xt/selenium/sanity_check.t | 2 +- xt/selenium/saved_searches.t | 2 +- xt/selenium/search.t | 2 +- xt/selenium/security.t | 2 +- xt/selenium/shared_searches.t | 2 +- xt/selenium/show_all_products.t | 2 +- xt/selenium/shutdown.t | 2 +- xt/selenium/status_whiteboard.t | 2 +- xt/selenium/strict_isolation.t | 2 +- xt/selenium/sudo_sessions.t | 2 +- xt/selenium/target_milestones.t | 2 +- xt/selenium/time_summary.t | 2 +- xt/selenium/user_groups.t | 2 +- xt/selenium/user_matching.t | 2 +- xt/selenium/user_preferences.t | 2 +- xt/selenium/user_privs.t | 2 +- xt/selenium/votes.t | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) (limited to 'xt/selenium') diff --git a/xt/selenium/bug_edit.t b/xt/selenium/bug_edit.t index 46e7e6cb3..5f1983ba9 100644 --- a/xt/selenium/bug_edit.t +++ b/xt/selenium/bug_edit.t @@ -5,7 +5,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/xt/selenium/choose_priority.t b/xt/selenium/choose_priority.t index 1089d2003..ef5bc6db7 100644 --- a/xt/selenium/choose_priority.t +++ b/xt/selenium/choose_priority.t @@ -5,7 +5,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/xt/selenium/classifications.t b/xt/selenium/classifications.t index 4d5d012f0..1653d2e10 100644 --- a/xt/selenium/classifications.t +++ b/xt/selenium/classifications.t @@ -5,7 +5,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/xt/selenium/config.t b/xt/selenium/config.t index b99927321..b2ff6e408 100644 --- a/xt/selenium/config.t +++ b/xt/selenium/config.t @@ -5,7 +5,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/xt/selenium/create_user_accounts.t b/xt/selenium/create_user_accounts.t index 7c71273a6..2e7e8782f 100644 --- a/xt/selenium/create_user_accounts.t +++ b/xt/selenium/create_user_accounts.t @@ -5,7 +5,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/xt/selenium/custom_fields.t b/xt/selenium/custom_fields.t index 6c0c8fa5d..e64eb6165 100644 --- a/xt/selenium/custom_fields.t +++ b/xt/selenium/custom_fields.t @@ -5,7 +5,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/xt/selenium/custom_fields_admin.t b/xt/selenium/custom_fields_admin.t index d0ffb9db8..addbd17c8 100644 --- a/xt/selenium/custom_fields_admin.t +++ b/xt/selenium/custom_fields_admin.t @@ -5,7 +5,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/xt/selenium/dependencies.t b/xt/selenium/dependencies.t index 133e17e07..315fff07a 100644 --- a/xt/selenium/dependencies.t +++ b/xt/selenium/dependencies.t @@ -5,7 +5,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/xt/selenium/edit_products_properties.t b/xt/selenium/edit_products_properties.t index 1f9851729..efc5a6a25 100644 --- a/xt/selenium/edit_products_properties.t +++ b/xt/selenium/edit_products_properties.t @@ -5,7 +5,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/xt/selenium/email_preferences.t b/xt/selenium/email_preferences.t index c1e60b05a..961f26096 100644 --- a/xt/selenium/email_preferences.t +++ b/xt/selenium/email_preferences.t @@ -5,7 +5,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/xt/selenium/enter_new_bug.t b/xt/selenium/enter_new_bug.t index 404d30f10..86a55e56d 100644 --- a/xt/selenium/enter_new_bug.t +++ b/xt/selenium/enter_new_bug.t @@ -5,7 +5,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/xt/selenium/flags.t b/xt/selenium/flags.t index dd4a0ffa8..c0b5ac7c0 100644 --- a/xt/selenium/flags.t +++ b/xt/selenium/flags.t @@ -5,7 +5,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/xt/selenium/flags2.t b/xt/selenium/flags2.t index 9b921612c..06290336e 100644 --- a/xt/selenium/flags2.t +++ b/xt/selenium/flags2.t @@ -5,7 +5,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/xt/selenium/groups.t b/xt/selenium/groups.t index b755cafc8..011dea25e 100644 --- a/xt/selenium/groups.t +++ b/xt/selenium/groups.t @@ -5,7 +5,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/xt/selenium/keywords.t b/xt/selenium/keywords.t index 16ecf90e7..74ba14f16 100644 --- a/xt/selenium/keywords.t +++ b/xt/selenium/keywords.t @@ -5,7 +5,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/xt/selenium/login.t b/xt/selenium/login.t index b41d9a2d2..6e4586981 100644 --- a/xt/selenium/login.t +++ b/xt/selenium/login.t @@ -5,7 +5,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/xt/selenium/milestones.t b/xt/selenium/milestones.t index 35991fbd2..6a9d7a015 100644 --- a/xt/selenium/milestones.t +++ b/xt/selenium/milestones.t @@ -5,7 +5,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/xt/selenium/password_complexity.t b/xt/selenium/password_complexity.t index e29ef8bec..0e75e6b9d 100644 --- a/xt/selenium/password_complexity.t +++ b/xt/selenium/password_complexity.t @@ -5,7 +5,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/xt/selenium/private_attachments.t b/xt/selenium/private_attachments.t index 4dacd26b3..51f09c4bc 100644 --- a/xt/selenium/private_attachments.t +++ b/xt/selenium/private_attachments.t @@ -5,7 +5,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/xt/selenium/qa_contact.t b/xt/selenium/qa_contact.t index c548a7182..e036cfd14 100644 --- a/xt/selenium/qa_contact.t +++ b/xt/selenium/qa_contact.t @@ -5,7 +5,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/xt/selenium/require_login.t b/xt/selenium/require_login.t index d661121b5..2e69f014f 100644 --- a/xt/selenium/require_login.t +++ b/xt/selenium/require_login.t @@ -5,7 +5,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/xt/selenium/sanity_check.t b/xt/selenium/sanity_check.t index 93b039d41..918e458e0 100644 --- a/xt/selenium/sanity_check.t +++ b/xt/selenium/sanity_check.t @@ -5,7 +5,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/xt/selenium/saved_searches.t b/xt/selenium/saved_searches.t index a18b7fd49..85f83a236 100644 --- a/xt/selenium/saved_searches.t +++ b/xt/selenium/saved_searches.t @@ -5,7 +5,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/xt/selenium/search.t b/xt/selenium/search.t index c8fa9d770..eefae1629 100644 --- a/xt/selenium/search.t +++ b/xt/selenium/search.t @@ -5,7 +5,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/xt/selenium/security.t b/xt/selenium/security.t index b89ea114e..576d87a95 100644 --- a/xt/selenium/security.t +++ b/xt/selenium/security.t @@ -5,7 +5,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/xt/selenium/shared_searches.t b/xt/selenium/shared_searches.t index f9443fa98..909c2f34f 100644 --- a/xt/selenium/shared_searches.t +++ b/xt/selenium/shared_searches.t @@ -5,7 +5,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/xt/selenium/show_all_products.t b/xt/selenium/show_all_products.t index 894554665..9634fddc0 100644 --- a/xt/selenium/show_all_products.t +++ b/xt/selenium/show_all_products.t @@ -5,7 +5,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/xt/selenium/shutdown.t b/xt/selenium/shutdown.t index 8751cd614..5cd2f1a93 100644 --- a/xt/selenium/shutdown.t +++ b/xt/selenium/shutdown.t @@ -5,7 +5,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/xt/selenium/status_whiteboard.t b/xt/selenium/status_whiteboard.t index 3ddda7b86..c7c0e6b5d 100644 --- a/xt/selenium/status_whiteboard.t +++ b/xt/selenium/status_whiteboard.t @@ -5,7 +5,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/xt/selenium/strict_isolation.t b/xt/selenium/strict_isolation.t index ecd72b207..08ef87c74 100644 --- a/xt/selenium/strict_isolation.t +++ b/xt/selenium/strict_isolation.t @@ -5,7 +5,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/xt/selenium/sudo_sessions.t b/xt/selenium/sudo_sessions.t index 5a1b7c98b..31a516ac1 100644 --- a/xt/selenium/sudo_sessions.t +++ b/xt/selenium/sudo_sessions.t @@ -5,7 +5,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/xt/selenium/target_milestones.t b/xt/selenium/target_milestones.t index 6c5cf637f..a69a8cc7b 100644 --- a/xt/selenium/target_milestones.t +++ b/xt/selenium/target_milestones.t @@ -5,7 +5,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/xt/selenium/time_summary.t b/xt/selenium/time_summary.t index f60c952ca..f8a16ca0b 100644 --- a/xt/selenium/time_summary.t +++ b/xt/selenium/time_summary.t @@ -5,7 +5,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/xt/selenium/user_groups.t b/xt/selenium/user_groups.t index aa393d47b..0e06e95b7 100644 --- a/xt/selenium/user_groups.t +++ b/xt/selenium/user_groups.t @@ -5,7 +5,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/xt/selenium/user_matching.t b/xt/selenium/user_matching.t index 90c2dc608..28f27a850 100644 --- a/xt/selenium/user_matching.t +++ b/xt/selenium/user_matching.t @@ -5,7 +5,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/xt/selenium/user_preferences.t b/xt/selenium/user_preferences.t index 0d7d87a5c..5dce12c0e 100644 --- a/xt/selenium/user_preferences.t +++ b/xt/selenium/user_preferences.t @@ -5,7 +5,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/xt/selenium/user_privs.t b/xt/selenium/user_privs.t index f48792839..e8ca54205 100644 --- a/xt/selenium/user_privs.t +++ b/xt/selenium/user_privs.t @@ -5,7 +5,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/xt/selenium/votes.t b/xt/selenium/votes.t index e5a7c853d..7a67e93ed 100644 --- a/xt/selenium/votes.t +++ b/xt/selenium/votes.t @@ -5,7 +5,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; -- cgit v1.2.3-24-g4f1b