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