/usr/share/perl5/GO/Handlers/xml.pm is in libgo-perl 0.15-5.
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 | # stag-handle.pl -p GO::Parsers::GoOntParser -m <THIS> function/function.ontology
package GO::Handlers::xml;
use base qw(Data::Stag::XMLWriter Exporter);
1;
|