This file is indexed.

/usr/share/doc/libmodule-starter-plugin-tt2-perl/examples/dir/00-load.t is in libmodule-starter-plugin-tt2-perl 0.125-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 Test::More tests => [% modules.size %];

BEGIN {
[% FOREACH module = modules -%]
    use_ok('[%module%]');
[% END -%]
}

diag( "Testing [%modules.0%] $[%modules.0%]::VERSION" );