File: fix-pod-errors.patch

package info (click to toggle)
libhttp-oai-perl 4.03-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 416 kB
  • ctags: 326
  • sloc: perl: 2,531; xml: 224; makefile: 12
file content (47 lines) | stat: -rw-r--r-- 922 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Description: Fix POD Errors
Author: Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com>
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=94864
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