diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2016-02-29 19:34:34 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2016-02-29 19:34:34 +0100 |
commit | 86fb87f1a65a17e7a86fe71b06d57767b0b3ea3b (patch) | |
tree | 85acb4dc08ab6ff6247c2aafca88ac7bb3acd2e0 /xt/lib | |
parent | 438d57d65626d068ca0f28de46410ebecc9a9b57 (diff) | |
download | bugzilla-86fb87f1a65a17e7a86fe71b06d57767b0b3ea3b.tar.gz bugzilla-86fb87f1a65a17e7a86fe71b06d57767b0b3ea3b.tar.xz |
Bug 1136137: Require Perl 5.14
r=dkl
Diffstat (limited to 'xt/lib')
-rw-r--r-- | xt/lib/QA/REST.pm | 2 | ||||
-rw-r--r-- | xt/lib/QA/RPC.pm | 2 | ||||
-rw-r--r-- | xt/lib/QA/RPC/JSONRPC.pm | 2 | ||||
-rw-r--r-- | xt/lib/QA/RPC/XMLRPC.pm | 2 | ||||
-rw-r--r-- | xt/lib/QA/Tests.pm | 2 | ||||
-rw-r--r-- | xt/lib/QA/Util.pm | 2 |
6 files changed, 6 insertions, 6 deletions
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; |