This file is indexed.

/usr/share/doc/libmethod-autoload-perl/examples/lib/My/Fuz.pm is in libmethod-autoload-perl 0.02-2.

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
package #hide from CPAN
        My::Fuz;
use strict;
use warnings;
sub fuz {"My::Fuz::fuz"};
1;