This file is indexed.

/usr/lib/perl5/Prima/noARGV.pm is in libprima-perl 1.28-1.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
#
#  Created by Dmitry Karasik  <dmitry@karasik.eu.org>
#
# $Id: noARGV.pm,v 1.1 2007/08/17 20:19:38 dk Exp $
#
# Initializes Prima so that it skips parsing @ARGV;

push @Prima::preload, 'noargv';
1;