This file is indexed.

/usr/share/icheck/perl5/CExpr.pm is in icheck 0.9.7-6.2build1.

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
package CExpr;

use 5.6.0;
use strict;
use warnings;

1;