diff --git a/lib/NGCP/API/Client.pm b/lib/NGCP/API/Client.pm index a4fc9b7..88c8d20 100644 --- a/lib/NGCP/API/Client.pm +++ b/lib/NGCP/API/Client.pm @@ -163,7 +163,8 @@ sub set_verbose { package NGCP::API::Client::Result; use warnings; use strict; -use base qw(HTTP::Response); +use parent qw(HTTP::Response); + use JSON qw(from_json); sub new {