Subject: | Docs: omission, error, and clarity suggestions |
In the docs for Log::Dispatch::Output [Synopsis], save noobs some grief
by returning $self at the end of ->new.
Missing comma after my $self = bless {}, $class (about the middle of ->new)
add a '1;' at the end of the code to remind noobs to put that in their
new module.