This file is indexed.

/usr/share/perl5/auto/Lemonldap/NG/Common/Regexp/HOST.al is in liblemonldap-ng-common-perl 1.9.16-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
 7
 8
 9
10
11
12
# NOTE: Derived from blib/lib/Lemonldap/NG/Common/Regexp.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Lemonldap::NG::Common::Regexp;

#line 12 "blib/lib/Lemonldap/NG/Common/Regexp.pm (autosplit into blib/lib/auto/Lemonldap/NG/Common/Regexp/HOST.al)"
sub HOST {
qr{^(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][-a-zA-Z0-9]*[a-zA-Z0-9]|[a-zA-Z])[.]?)|(?:[0-9]+[.][0-9]+[.][0-9]+[.][0-9]+)|.{0})$};
}

# end of Lemonldap::NG::Common::Regexp::HOST
1;