Skip Menu |

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

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

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

Bug Information
Severity: Unimportant
Broken in: 4.03
Fixed in: (no value)



Subject: POD Errors
Hello, In the latest version of HTTP::OAI, there are a few POD errors caught by Lintian at Debian. In two cases, =back is missing. In two other cases, the descriptions are missing from the name. A patch is attached to resolve this problem. Sincerely, Harlan Lieberman-Berg
Subject: fix-pod-errors.patch
Description: Fix POD Errors Author: Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Last-Update: 2014-04-18--- a/bin/oai_browser.pl +++ b/bin/oai_browser.pl @@ -47,6 +47,8 @@ Don't perform an initial Identify to check the repository's baseURL. +=back + =cut BEGIN { --- a/lib/HTTP/OAI/MemberMixin.pm +++ b/lib/HTTP/OAI/MemberMixin.pm @@ -28,7 +28,7 @@ =head1 NAME -HTTP::OAI::MemberMixin +HTTP::OAI::MemberMixin - Attribute utility methods =head1 DESCRIPTION @@ -47,3 +47,8 @@ Same as L</_elem> but if you pass a non-ARRAY reference appends the given value(s). In list context returns a list of all the items. + +=back + +=cut + --- a/lib/HTTP/OAI/SAX/Text.pm +++ b/lib/HTTP/OAI/SAX/Text.pm @@ -38,7 +38,7 @@ =head1 NAME -HTTP::OAI::SAX::Text +HTTP::OAI::SAX::Text - Adds Text and Attributes to end_element. =head1 DESCRIPTION