[CHANGES]
- Define a super-experimental C-level API for other modules to hook
parts of the suspend/resume lifecycle to provide extension
behaviour.
[BUGFIXES]
- Actually use perl's own
wrap_keyword_plugin()
- Avoid compiler warning about int/IV mismatch in printf (RT130285)
- Use warn_sv() to avoid compiler wraning about formatless warn() on
a plain PV (RT130285)
- Don't segfault on parse errors from parse_block() (RT130417)