Skip Menu |

This queue is for tickets about the HTTP-OAI CPAN distribution.

Report information
The Basics
Id: 64077
Status: new
Priority: 0/
Queue: HTTP-OAI

People
Owner: Nobody in particular
Requestors: mauricemengel [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 3.24
Fixed in: (no value)



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.