This file is indexed.

/usr/share/perl5/Code/TidyAll/Test/Class.pm is in libcode-tidyall-perl 0.20-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
package Code::TidyAll::Test::Class;
$Code::TidyAll::Test::Class::VERSION = '0.20';
use Test::Class::Most;
use strict;
use warnings;

__PACKAGE__->SKIP_CLASS("abstract base class");

1;