From 7d2b61efa6db4f515c1d9640e1beda89138f9e00 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 5 Mar 2016 12:51:08 +0100 Subject: Some more cleanup in xt/ --- xt/lib/QA/RPC/XMLRPC.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xt/lib/QA/RPC/XMLRPC.pm') diff --git a/xt/lib/QA/RPC/XMLRPC.pm b/xt/lib/QA/RPC/XMLRPC.pm index ced9f97ee..7e4bcac24 100644 --- a/xt/lib/QA/RPC/XMLRPC.pm +++ b/xt/lib/QA/RPC/XMLRPC.pm @@ -16,11 +16,9 @@ use warnings; use FindBin qw($RealBin); use lib "$RealBin/../../../lib", "$RealBin/../../../../local/lib/perl5"; -use base qw(QA::RPC XMLRPC::Lite); +use parent qw(QA::RPC XMLRPC::Lite); use constant TYPE => 'XML-RPC'; use constant DATETIME_REGEX => qr/^\d{8}T\d\d:\d\d:\d\d$/; 1; - -__END__ -- cgit v1.2.3-24-g4f1b