This file is indexed.

/usr/share/perl5/XML/RSS/LibXML/Null.pm is in libxml-rss-libxml-perl 0.3102+dfsg-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
13
# $Id$
#
# Copyright (c) 2005-2007 Daisuke Maki <daisuke@endeworks.jp>
# All rights reserved.

package XML::RSS::LibXML::Null;
use strict;
use warnings;
use base qw(XML::RSS::LibXML::ImplBase);

sub definition { +{} }

1;