silence compiler warning
This commit is contained in:
parent
a5afa49169
commit
de8b85c669
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ Stops the kernel when TERM signal is received
|
|||
=cut
|
||||
|
||||
sub _safe_shutdown {
|
||||
my ($obj) = @_[ OBJECT ];
|
||||
my ($obj) = $_[ OBJECT ];
|
||||
$obj->error('Spectre shut down');
|
||||
POE::Kernel->stop;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue