diff --git a/lib/Plack/Middleware/SimpleLogger.pm b/lib/Plack/Middleware/SimpleLogger.pm index dd35270f9..4c08a83ff 100644 --- a/lib/Plack/Middleware/SimpleLogger.pm +++ b/lib/Plack/Middleware/SimpleLogger.pm @@ -61,6 +61,10 @@ SimpleLogger is a middleware component that formats the log message with information such as the time and PID and prints them to I stream, which is mostly STDERR or server log output. +=head1 SEE ALSO + +L, essentially the opposite of this module + =head1 AUTHOR Tatsuhiko Miyagawa