diff options
Diffstat (limited to 'lib/Arctica/Core')
-rw-r--r-- | lib/Arctica/Core/Mother/Forker.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Arctica/Core/Mother/Forker.pm b/lib/Arctica/Core/Mother/Forker.pm index 0f6a213..bd2d312 100644 --- a/lib/Arctica/Core/Mother/Forker.pm +++ b/lib/Arctica/Core/Mother/Forker.pm @@ -744,6 +744,7 @@ sub ZombieSlayer {# This one may be usefull for external use too... sub DESTROY { my $self = $_[0]; + $self->signal(15); warn("Mother::Forker DESTROY object $self->{'child_id'}"); } |