logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Plack::Middleware::Debug::Environment - Debug panel to inspect the environment

Authors

       Marcel Gruenauer, "<marcel@cpan.org>"

       Tatsuhiko Miyagawa, "<miyagawa@bulknews.net>"

Availability

       The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit
       <http://www.perl.com/CPAN/> to find a CPAN site near you. Or see
       <http://search.cpan.org/dist/Plack-Middleware-Debug/>.

       The development version lives at <http://github.com/miyagawa/plack-middleware-debug/>.  Instead of
       sending patches, please fork this project using the standard git and github infrastructure.

Bugs And Limitations

       No bugs have been reported.

       Please report any bugs or feature requests through the web interface at <http://rt.cpan.org>.

Description

       This debug panel captures the logging output from Catalyst applications.

Installation

       See perlmodinstall for information and options on installing Perl modules.

Name

       Plack::Middleware::Debug::Environment - Debug panel to inspect the environment

Synopsis

         builder {
             enable "Debug";
             enable "Debug::CatalystLog";
             sub { MyApp->run(@_) };
         };

See Also