Skip Menu |

This queue is for tickets about the ConditionSystem CPAN distribution.

Report information
The Basics
Id: 82486
Status: new
Priority: 0/
Queue: ConditionSystem

People
Owner: Nobody in particular
Requestors: MAUKE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.02
Fixed in: (no value)



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.