NAME
Plack::Middleware::Debug::LazyLoadModules - debug panel for Lazy Load Modules
SYNOPSIS
use Plack::Builder;
builder {
enable 'Debug::LazyLoadModules';
$app;
};
or you can set `filter` option(Regexp reference).
enable 'Debug::LazyLoadModules', filter => qr/\.pm$/;
DESCRIPTION
Plack::Middleware::Debug::LazyLoadModules is debug panel for watching lazy loaded modules.
METHOD
run
see Plack::Middleware::Debug::Base
REPOSITORY
Plack::Middleware::Debug::LazyLoadModules is hosted on github <http://github.com/bayashi/Plack-Middleware-Debug-LazyLoadModules>
AUTHOR
Dai Okabayashi <bayashi@cpan.org>
SEE ALSO
LICENSE
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.