Subject: | Documentation incorrect for guard/scope_guard in void context |
The documentation says that calling guard or scope_guard in void context
creates a guard for the current scope. What actually happens is that
the guard sub is called immediately.