This file is indexed.

/usr/lib/x86_64-linux-gnu/perl5/5.26/Encode/_T.e2x is in libencode-perl 2.96-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
use strict;
# Adjust the number here!
use Test::More tests => 2;

BEGIN {
    use_ok('Encode');
    use_ok('Encode::$_Name_');
}
# Add more test here!