summaryrefslogtreecommitdiff
path: root/lib/Multi/Core.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Multi/Core.pm')
-rw-r--r--lib/Multi/Core.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Multi/Core.pm b/lib/Multi/Core.pm
index 4d505d14..c95947fb 100644
--- a/lib/Multi/Core.pm
+++ b/lib/Multi/Core.pm
@@ -86,6 +86,7 @@ sub sig_shutdown {
sub shutdown {
$_[KERNEL]->call(core => log => 'Shutting down (%s)', $_[ARG1]);
$_[KERNEL]->post(pg => 'shutdown');
+ $_[KERNEL]->alias_remove('core');
}