fixed: Warnings about API changes in POE::Component::IKC::ClientLite

This commit is contained in:
colin 2017-05-09 13:37:55 -07:00
parent 94f1f3506c
commit c75ef5e044
6 changed files with 12 additions and 9 deletions

View file

@ -64,7 +64,7 @@ SKIP: {
},
);
$instance->start;
my $remote = create_ikc_client(
my $remote = POE::Component::IKC::ClientLite->spawn(
port => $port,
ip => $ip,
name => rand(100000),
@ -104,7 +104,7 @@ TODO: {
sub spectre_ping {
my $spectreConfig = shift;
my $remote = create_ikc_client(
my $remote = POE::Component::IKC::ClientLite->spawn(
port => $spectreConfig->get("port"),
ip => $spectreConfig->get("ip"),
name => rand(100000),