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/lib/QA/REST.pm | 2 +- xt/lib/QA/RPC.pm | 2 +- xt/lib/QA/RPC/JSONRPC.pm | 2 +- xt/lib/QA/RPC/XMLRPC.pm | 2 +- xt/lib/QA/Tests.pm | 2 +- xt/lib/QA/Util.pm | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'xt/lib/QA') diff --git a/xt/lib/QA/REST.pm b/xt/lib/QA/REST.pm index 4de985668..1ceeb955b 100644 --- a/xt/lib/QA/REST.pm +++ b/xt/lib/QA/REST.pm @@ -7,7 +7,7 @@ package QA::REST; -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/lib/QA/RPC.pm b/xt/lib/QA/RPC.pm index 63a7d9503..e2f1f7597 100644 --- a/xt/lib/QA/RPC.pm +++ b/xt/lib/QA/RPC.pm @@ -9,7 +9,7 @@ package QA::RPC; -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/lib/QA/RPC/JSONRPC.pm b/xt/lib/QA/RPC/JSONRPC.pm index 7a085e026..ce3122869 100644 --- a/xt/lib/QA/RPC/JSONRPC.pm +++ b/xt/lib/QA/RPC/JSONRPC.pm @@ -9,7 +9,7 @@ package QA::RPC::JSONRPC; -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/lib/QA/RPC/XMLRPC.pm b/xt/lib/QA/RPC/XMLRPC.pm index cb227fa9c..ced9f97ee 100644 --- a/xt/lib/QA/RPC/XMLRPC.pm +++ b/xt/lib/QA/RPC/XMLRPC.pm @@ -9,7 +9,7 @@ package QA::RPC::XMLRPC; -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/lib/QA/Tests.pm b/xt/lib/QA/Tests.pm index fe5f2d067..d0a32cfc6 100644 --- a/xt/lib/QA/Tests.pm +++ b/xt/lib/QA/Tests.pm @@ -9,7 +9,7 @@ package QA::Tests; -use 5.10.1; +use 5.14.0; use strict; use warnings; diff --git a/xt/lib/QA/Util.pm b/xt/lib/QA/Util.pm index e122e41db..90a6902e5 100644 --- a/xt/lib/QA/Util.pm +++ b/xt/lib/QA/Util.pm @@ -9,7 +9,7 @@ package QA::Util; -use 5.10.1; +use 5.14.0; use strict; use warnings; -- cgit v1.2.3-24-g4f1b