The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

EZID - Perl interface to EZID API - http://ezid.cdlib.org/doc/apidoc.html

SYNOPSIS

  use EZID;

  my $ezid = new EZID({username => $username, password => $password});
  $ezid->create($identifier, $metadata);
  $metadata = $ezid->get($identifier);

DESCRIPTION

Perl interface to EZID API - http://ezid.cdlib.org/doc/apidoc.html

AUTHOR

Julian Maurice <julian.maurice@biblibre.com>

COPYRIGHT AND LICENSE

Copyright (C) 2014 by Julian Maurice

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl 5 you may have available.