This file is indexed.

/usr/share/perl5/MR/SilverBox.pm is in libmr-tarantool-perl 0.0.24-1.

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
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
package MR::SilverBox;
use MR::Tarantool::Box;
use base qw/MR::Tarantool::Box/;

=pod

=head1 NAME

MR::SilverBox

A backward-compatiblity module. Is it obsolete and is unsupported. Do not use.

=head1 SEE ALSO

L<MR::Tarantool::Box>

=cut

1;