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

NAME

Catalyst::Plugin::Perlinfo - Display HTML::Perlinfo on the debug screen

SYNOPSIS

    use Catalyst qw/-Debug Perlinfo/;

DESCRIPTION

This plugin will enhance the standard Catalyst debug screen by including a large amount of information about your Perl installation in HTML. So far, this includes information about Perl compilation options, the Perl version, server information and environment, HTTP headers, OS version information, Perl modules, and more.

HTML::Perlinfo generates this useful information.

This plugin is only active in -Debug mode.

SEE ALSO

Catalyst HTML::Perlinfo

AUTHORS

Mike Accardo, <accardo@cpan.org>

COPYRIGHT

Copyright (c) 2016 This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.