The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mojolicious::Plugin::ServerInfo - display Server and Perl environment data

Mojolicious-Plugin-ServerInfo Coverage Status Kwalitee Score CPAN version

SYNOPSIS

 $app->plugin('Mojolicious::Plugin::ServerInfo');

DESCRIPTION

Mojolicious::Plugin::ServerInfo is a Mojolicious-Plugin.

It creates a route

  /serverinfo

where detailed info is displayed in formatted HTML.

METHODS

register

Do not use directly. It is called by Mojolicious.

SEE ALSO

SOURCE REPOSITORY

http://github.com/wollmers/Mojolicious-Plugin-ServerInfo

AUTHOR

Helmut Wollmersdorfer, <helmut.wollmersdorfer@gmail.com>

Kwalitee Score

COPYRIGHT AND LICENSE

Copyright (C) 2013-2015 by Helmut Wollmersdorfer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.