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

NAME

Catmandu::FedoraCommons::Model::modifyObject - Perl model for the Fedora 'modifyObject' REST call

SYNOPSIS

  use Catmandu::FedoraCommons;
  
  my $fedora = Catmandu::FedoraCommons->new('http://localhost:8080/fedora','fedoraAdmin','fedoraAdmin');
  
  my $obj = $fedora->modifyObject(pid => 'demo:29' , state => 'I')->parse_content;
  
  {
    'date' => '2013-02-08T10:09:09.273Z'
  }
  

SEE ALSO

Catmandu::FedoraCommons