Catmandu-AlephX
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Catmandu/AlephX.pm view on Meta::CPAN
say STDERR join("\n",@{$u->errors});
}
=head3 special support for catmandu marc records
when you supply the argument 'marc', an xml document will be created for you,
and stored in the argument 'xml_full_req'. 'marc' must be an array of arrays.
When you already supplied 'xml_full_req', it will be overwritten.
=cut
sub update_doc {
my($self,%args)=@_;
my $doc_num = $args{doc_num} || $args{doc_number};
delete $args{$_} for qw(doc_number doc_num);
$args{doc_num} = $self->format_doc_num($doc_num);
require Catmandu::AlephX::Op::UpdateDoc;
$args{op} = Catmandu::AlephX::Op::UpdateDoc->op();
if($args{marc}){
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.178 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )