This file is indexed.

/usr/share/perl5/Plack/Server/Coro.pm is in libcorona-perl 0.1004-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
package Plack::Server::Coro;
use base qw(Plack::Handler::Corona);

our $VERSION = '0.1002';

1;