Subject: | POD formatting errors |
The documentation has a few POD formatting errors:
- The first line of the synopsis, "{ package MalformedLogEntry; use
Moose; extends 'Throwable::Error';", is rendered as normal text, not code.
- The 'restart' example, "with_handlers { restart_case { Exception->new
} bind_restart(Log => sub { warn "An Exception was raised"; }); }
handle(Exception => restart('Log'))", is rendered as normal text, not code.