NAME

MOBY::authority - a lightweight connection to the authority table in the database


SYNOPSIS

 use MOBY::authority;
 my $Instance = MOBY::authority->new(
       authority_common_name => "genbank",
       authority_uri => "ncbi.nlm.nih.gov",
       contact_email => "mr.BIG@ncbi.nlm.nih.gov",
 );
 print $Instance->authority_id;


DESCRIPTION

representation of the authority table. Can write to the database


AUTHORS

Mark Wilkinson (mwilkinson@gene.pbi.nrc.ca)