Subject: | pod for HTTP::OAI::Set |
It currently says:
"$descs = $s->setDescription([$desc])
Returns and optionally adds the list of set descriptions. Returns a
reference to an array of HTTP::OAI::Description objects."
But if I get it right, then it should be something like
@descs = $s->setDescription([$desc])
Returns and optionally adds the list of setDescriptions. Returns an array
containing setDescriptions.