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