Group
Extension

Matches 1

Plack-Middleware-ModuleInfo ( B/BA/BAYASHI/Plack-Middleware-ModuleInfo-0.04.tar.gz, BAYASHI, 2015; MetaCPAN )
Plack-Middleware-ModuleInfo/lib/Plack/Middleware/ModuleInfo.pm ( view source; MetaCPAN )
information. supports IPv6 address.

=head2 dumper

You can customize the result.

    use JSON qw/encode_json/;

    builder {
        enable 'ModuleInfo',
            allow  => '127.0.0.1',
        
             my ($info, $env) = @_;
                [200, ['Content-Type' => 'application/json'], [encode_json($info)]];
            };
        sub { [200,[],['OK']] };
    };


=head1 REPOSITORY

=be

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.