]> git.proxmox.com Git - perlmod.git/commit
macro: move 'boot' call into the 'Once' section
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 26 Jul 2023 07:56:15 +0000 (09:56 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 26 Jul 2023 07:58:01 +0000 (09:58 +0200)
commit4600b0779f248b19fbae7f3ef6f2b00842d5d4ee
tree04d4d28b767febe244caac90334e09de3e446285
parent82b4d14ad3f776c516d79a472fc951f371d276dd
macro: move 'boot' call into the 'Once' section

This also means boot function call chains must not cause circular
dependencies at all without a way to mitigate this in code. If this
should ever be a problem, we can move it out again, but this should
rather not be necessary.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
perlmod-macro/src/package.rs