NAME

Net::OAI::Indentity - Results of the Indentify OAI-PMH verb.

SYNOPSIS

DESCRIPTION

METHODS

new()

adminEmail()

Returns the administrative email address for the repository. Since the adminEmail elelemnt is allowed to repeat you will get all the emails (if more than one are specified) by using adminEmail in a list context.

$email = $identity->adminEmail();
@emails = $identity->adminEmails();

compression() {

Returns the types of compression that the archive supports. Since the compression element may repeat you may get all the values by using compression() in a list context.

$compression = $identity->compression();
@compressions = $identity->compressions();