This file is indexed.

/usr/share/doc/librdf-rdfa-parser-perl/examples/rdfa-distiller-psgi/app.cgi is in librdf-rdfa-parser-perl 1.097-1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
#!/usr/bin/perl
use Plack::Loader;
(my $file = __FILE__)
	=~ s/cgi$/psgi/;
my $app = Plack::Util::load_psgi($file);
Plack::Loader->auto->run($app);