summaryrefslogtreecommitdiff
path: root/test/perl
diff options
context:
space:
mode:
authorJames E. King, III <jking@apache.org>2017-03-30 17:09:04 -0400
committerJames E. King, III <jking@apache.org>2017-03-30 17:09:04 -0400
commit177c37ce8516e21b8093fbd7c8047037f794a5f8 (patch)
tree26e4fd29bf1cc9d80dd7962bd02a55b6ad348f7e /test/perl
parent1360270eb8e03402d48322514eaa58342e5b25d0 (diff)
downloadthrift-177c37ce8516e21b8093fbd7c8047037f794a5f8.tar.gz
THRIFT-4069: perl library cleanup - namespaces, versioning, exception fixes
Client: perl This closes #1220
Diffstat (limited to 'test/perl')
-rwxr-xr-xtest/perl/TestClient.pl2
-rw-r--r--test/perl/TestServer.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/perl/TestClient.pl b/test/perl/TestClient.pl
index 483c96442..6f3cbc971 100755
--- a/test/perl/TestClient.pl
+++ b/test/perl/TestClient.pl
@@ -19,7 +19,7 @@
# under the License.
#
-require 5.6.0;
+use 5.10.0;
use strict;
use warnings;
use Data::Dumper;
diff --git a/test/perl/TestServer.pl b/test/perl/TestServer.pl
index e2835f4e7..c97067e99 100644
--- a/test/perl/TestServer.pl
+++ b/test/perl/TestServer.pl
@@ -19,7 +19,7 @@
# under the License.
#
-require 5.6.0;
+use 5.10.0;
use strict;
use warnings;
use Data::Dumper;