This file is indexed.

/usr/share/perl5/Bio/MAGE/XMLUtils.pm is in libbio-mage-utils-perl 20030502.0-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
package Bio::MAGE::XMLUtils;

use strict;
use Bio::MAGE::XML::Reader;
use Bio::MAGE::XML::Writer;
use Bio::MAGE::XML::Handler;
use Bio::MAGE::XML::Handler::DocumentHandler;
use Bio::MAGE::XML::Handler::ContentHandler;

1;