I've made a plugin, which installs a hook, with: hook 'before' => sub {...} Unfortunately, when I use this plugin from more than one Apps, the hook gets installed only on the first App that uses my module. Question: Is it possible to install the hook to every App that uses the module?