There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

GO::Basic     - basic procedural interface to go-perl

SYNOPSIS

use GO::Basic;
parse_obo(shift @ARGV);
find_term(name=>"cytosol");
print $term->acc();                 # OO usage
print acc();                        # procedural usage
get_parent;
print name();

DESCRIPTION