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/webservice/bug_add_attachment.t | 2 +- xt/webservice/bug_add_comment.t | 2 +- xt/webservice/bug_attachments.t | 2 +- xt/webservice/bug_comments.t | 2 +- xt/webservice/bug_create.t | 2 +- xt/webservice/bug_fields.t | 2 +- xt/webservice/bug_get.t | 2 +- xt/webservice/bug_history.t | 2 +- xt/webservice/bug_legal_values.t | 2 +- xt/webservice/bug_search.t | 2 +- xt/webservice/bug_update.t | 2 +- xt/webservice/bug_update_see_also.t | 2 +- xt/webservice/bugzilla.t | 2 +- xt/webservice/group_create.t | 2 +- xt/webservice/jsonp.t | 2 +- xt/webservice/product_create.t | 2 +- xt/webservice/product_get.t | 2 +- xt/webservice/user_create.t | 2 +- xt/webservice/user_get.t | 2 +- xt/webservice/user_login_logout.t | 2 +- xt/webservice/user_offer_account_by_email.t | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) (limited to 'xt/webservice') diff --git a/xt/webservice/bug_add_attachment.t b/xt/webservice/bug_add_attachment.t index f08e42c6c..7a5aeeaa2 100644 --- a/xt/webservice/bug_add_attachment.t +++ b/xt/webservice/bug_add_attachment.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/webservice/bug_add_comment.t b/xt/webservice/bug_add_comment.t index 6f234b37a..70e5f4980 100644 --- a/xt/webservice/bug_add_comment.t +++ b/xt/webservice/bug_add_comment.t @@ -9,7 +9,7 @@ # Test for xmlrpc call to Bug.add_comment() # ############################################# -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/webservice/bug_attachments.t b/xt/webservice/bug_attachments.t index d5283685d..50e366635 100644 --- a/xt/webservice/bug_attachments.t +++ b/xt/webservice/bug_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/webservice/bug_comments.t b/xt/webservice/bug_comments.t index d66e445cf..6e573e56a 100644 --- a/xt/webservice/bug_comments.t +++ b/xt/webservice/bug_comments.t @@ -9,7 +9,7 @@ # Test for xmlrpc call to Bug.comments() # ########################################## -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/webservice/bug_create.t b/xt/webservice/bug_create.t index 6d7c8e14a..18751b50f 100644 --- a/xt/webservice/bug_create.t +++ b/xt/webservice/bug_create.t @@ -9,7 +9,7 @@ # Test for xmlrpc call to Bug.create() # ######################################## -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/webservice/bug_fields.t b/xt/webservice/bug_fields.t index 097a607f5..89374df6d 100644 --- a/xt/webservice/bug_fields.t +++ b/xt/webservice/bug_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/webservice/bug_get.t b/xt/webservice/bug_get.t index e05fe2cb2..25576d00a 100644 --- a/xt/webservice/bug_get.t +++ b/xt/webservice/bug_get.t @@ -9,7 +9,7 @@ # Test for xmlrpc call to Bug.get() # ########################################### -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/webservice/bug_history.t b/xt/webservice/bug_history.t index 02ec1c11a..de1e8339c 100644 --- a/xt/webservice/bug_history.t +++ b/xt/webservice/bug_history.t @@ -9,7 +9,7 @@ # Test for xmlrpc call to Bug.history() # ######################################### -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/webservice/bug_legal_values.t b/xt/webservice/bug_legal_values.t index 2f775e528..fa7f3d01c 100644 --- a/xt/webservice/bug_legal_values.t +++ b/xt/webservice/bug_legal_values.t @@ -9,7 +9,7 @@ # Test for xmlrpc call to Bug.legal_values() # ############################################## -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/webservice/bug_search.t b/xt/webservice/bug_search.t index 93a517e24..4e346390b 100644 --- a/xt/webservice/bug_search.t +++ b/xt/webservice/bug_search.t @@ -9,7 +9,7 @@ # Test for xmlrpc call to Bug.search() # ######################################## -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/webservice/bug_update.t b/xt/webservice/bug_update.t index dfc2f89e1..10736ea12 100644 --- a/xt/webservice/bug_update.t +++ b/xt/webservice/bug_update.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/webservice/bug_update_see_also.t b/xt/webservice/bug_update_see_also.t index 79c3b5ea8..78b6e7bc8 100644 --- a/xt/webservice/bug_update_see_also.t +++ b/xt/webservice/bug_update_see_also.t @@ -9,7 +9,7 @@ # Test for xmlrpc call to Bug.update_see_also() # ################################################# -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/webservice/bugzilla.t b/xt/webservice/bugzilla.t index 2ddb13092..53c994c2f 100644 --- a/xt/webservice/bugzilla.t +++ b/xt/webservice/bugzilla.t @@ -9,7 +9,7 @@ # Test for xmlrpc call functions in Bugzilla.pm # ################################################## -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/webservice/group_create.t b/xt/webservice/group_create.t index e46546a31..dd6a174ef 100644 --- a/xt/webservice/group_create.t +++ b/xt/webservice/group_create.t @@ -9,7 +9,7 @@ # Test for xmlrpc call to Group.create() # ########################################## -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/webservice/jsonp.t b/xt/webservice/jsonp.t index 75a0c0cfb..210f92434 100644 --- a/xt/webservice/jsonp.t +++ b/xt/webservice/jsonp.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/webservice/product_create.t b/xt/webservice/product_create.t index 0ca117c31..b74e9b474 100644 --- a/xt/webservice/product_create.t +++ b/xt/webservice/product_create.t @@ -9,7 +9,7 @@ # Test for xmlrpc call to Product.create() # ############################################ -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/webservice/product_get.t b/xt/webservice/product_get.t index 5cc6022d5..101c109ef 100644 --- a/xt/webservice/product_get.t +++ b/xt/webservice/product_get.t @@ -13,7 +13,7 @@ # Product.get() # ######################################## -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/webservice/user_create.t b/xt/webservice/user_create.t index 38b55e69a..386826809 100644 --- a/xt/webservice/user_create.t +++ b/xt/webservice/user_create.t @@ -9,7 +9,7 @@ # Test for xmlrpc call to User.Create() # ######################################### -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/webservice/user_get.t b/xt/webservice/user_get.t index 02cf00fe7..01eedf804 100644 --- a/xt/webservice/user_get.t +++ b/xt/webservice/user_get.t @@ -9,7 +9,7 @@ # Test for xmlrpc call to User.get() # ###################################### -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/webservice/user_login_logout.t b/xt/webservice/user_login_logout.t index fd5f8ef6b..2fc659a65 100644 --- a/xt/webservice/user_login_logout.t +++ b/xt/webservice/user_login_logout.t @@ -9,7 +9,7 @@ # Test for xmlrpc call to User.login() and User.logout() # ########################################################## -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/webservice/user_offer_account_by_email.t b/xt/webservice/user_offer_account_by_email.t index 785932167..ca2c8d1f3 100644 --- a/xt/webservice/user_offer_account_by_email.t +++ b/xt/webservice/user_offer_account_by_email.t @@ -9,7 +9,7 @@ # Test for xmlrpc call to User.offer_account_by_email() # ######################################################### -use 5.10.1; +use 5.14.0; use strict; use warnings; -- cgit v1.2.3-24-g4f1b