r55774 - in /trunk/libhttp-oai-perl/lib/HTTP/OAI: Record.pm UserAgent.pm

lars at users.alioth.debian.org lars at users.alioth.debian.org
Fri Apr 9 00:02:21 UTC 2010


Author: lars
Date: Fri Apr  9 00:01:31 2010
New Revision: 55774

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55774
Log:
Restore upstream sources to unpatched files.

Modified:
    trunk/libhttp-oai-perl/lib/HTTP/OAI/Record.pm
    trunk/libhttp-oai-perl/lib/HTTP/OAI/UserAgent.pm

Modified: trunk/libhttp-oai-perl/lib/HTTP/OAI/Record.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/lib/HTTP/OAI/Record.pm?rev=55774&op=diff
==============================================================================
--- trunk/libhttp-oai-perl/lib/HTTP/OAI/Record.pm (original)
+++ trunk/libhttp-oai-perl/lib/HTTP/OAI/Record.pm Fri Apr  9 00:01:31 2010
@@ -112,7 +112,7 @@
 
 =over 4
 
-=item $r = new HTTP::OAI::Record([header=>$header], [metadata=>$metadata], [about=>[$about]])
+=item $r = new HTTP::OAI::Record([header=>$header],[metadata=>$metadata],[about=>[$about]])
 
 This constructor method returns a new C<HTTP::OAI::Record object>. Optionally set the header, metadata, and add an about.
 

Modified: trunk/libhttp-oai-perl/lib/HTTP/OAI/UserAgent.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/lib/HTTP/OAI/UserAgent.pm?rev=55774&op=diff
==============================================================================
--- trunk/libhttp-oai-perl/lib/HTTP/OAI/UserAgent.pm (original)
+++ trunk/libhttp-oai-perl/lib/HTTP/OAI/UserAgent.pm Fri Apr  9 00:01:31 2010
@@ -274,7 +274,7 @@
 
 Requests the HTTP response defined by $req, which is a L<HTTP::Request|HTTP::Request> object.
 
-=item $r = $ua->request(baseURL=>$baseref, verb=>$verb, [from=>$from], [until=>$until], [resumptionToken=>$token], [metadataPrefix=>$mdp], [set=>$set], [oainame=>$oaivalue], ...)
+=item $r = $ua->request(baseURL=>$baseref,verb=>$verb,[from=>$from],[until=>$until],[resumptionToken=>$token],[metadataPrefix=>$mdp],[set=>$set],[oainame=>$oaivalue],...)
 
 Makes an HTTP request to the given OAI server (baseURL) with OAI arguments. Returns an HTTP::Response object.
 




More information about the Pkg-perl-cvs-commits mailing list