This file is indexed.

/usr/share/perl5/Module/Starter/Plugin/CGIApp/templates/titanium/MI_Makefile.PL is in libmodule-starter-plugin-cgiapp-perl 0.30-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
10
11
12
13
14
15
16
17
use inc::Module::Install;

name         '<tmpl_var distro>';
abstract     'Abstract goes here.';
author       '<tmpl_var author>';
license      '<tmpl_var license>';
version      '0.01';
perl_version '5.008';

build_requires 'Test::More'                    => 0;
build_requires 'Test::WWW::Mechanize::CGIApp'  => 0;
requires       'Titanium'                      => 0;
requires       'HTML::Template'                => 0;
auto_install;
sign 1;

WriteAll;