mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 13:22:15 +00:00
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>
This commit is contained in:
parent
82b4d14ad3
commit
4600b0779f
@ -127,9 +127,9 @@ impl Package {
|
|||||||
|
|
||||||
#newxs
|
#newxs
|
||||||
}
|
}
|
||||||
});
|
|
||||||
|
|
||||||
#boot
|
#boot
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user