File: fix-pod.patch

package info (click to toggle)
libalgorithm-diff-perl 1.19.02-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 328 kB
  • ctags: 164
  • sloc: perl: 1,478; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 611 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
Description: fix pod errors
Author: Jonathan Yu <jawnsy@cpan.org>
Origin: vendor
Forwarded: no
--- a/lib/Algorithm/Diff.pm
+++ b/lib/Algorithm/Diff.pm
@@ -986,8 +986,6 @@
 a contiguous section of items which should be added, deleted, replaced,
 or left unchanged.
 
-=over 4
-
 The following summary of all of the methods looks a lot like Perl code
 but some of the symbols have different meanings:
 
@@ -1018,6 +1016,8 @@
 Passing in C<undef> for an optional argument is always treated the same
 as if no argument were passed in.
 
+=over
+
 =item C<Next>
 
     $pos = $diff->Next();    # Move forward 1 hunk