This file is indexed.

/usr/share/perl5/LWP/Protocol/ldaps.pm is in libnet-ldap-perl 1:0.4300-2ubuntu1.

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
package LWP::Protocol::ldaps;

use strict ;
use base 'LWP::Protocol::ldap' ;

1;