This file is indexed.

/usr/share/perl5/XML/RSS/Private/Output/Roles/ModulesElems.pm is in libxml-rss-perl 1.54-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
package XML::RSS::Private::Output::Roles::ModulesElems;

use strict;
use warnings;

sub _out_modules_elements_if_supported {
    my ($self, $top_elem) = @_;

    return $self->_out_modules_elements($top_elem);
}

1;