This file is indexed.

/usr/share/doc/liblog-log4perl-perl/examples/benchmarks/Makefile is in liblog-log4perl-perl 1.41-1.1ubuntu1.

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
all:
	perl -I../../blib/lib -MLog::Log4perl -le 'print $$Log::Log4perl::VERSION'
	perl -I../../blib/lib ./simple

master:
	cd ../..; git checkout master; perl Makefile.PL >/dev/null; make >/dev/null

eval_free:
	cd ../..; git checkout eval_free; perl Makefile.PL >/dev/null; make >/dev/null