summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2020-09-28 20:28:00 +0200
committergregor herrmann <gregoa@debian.org>2020-09-28 20:28:00 +0200
commit641372b72d2ad10613ab0de1ce9786500042d5eb (patch)
treec22d7ae5444742603afdfa15ec012b6e04f667da
parent08670b4d6ad74ab46a8f55d77f9221d76363b311 (diff)
Fix POD error "Expected text after =item, not a number"archive/debian/1.200-1
Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=104801 Forwarded: https://rt.cpan.org/Ticket/Attachment/1501851/800286/fix-Expected-text-after-item-not-a-number.patch Reviewed-by: gregor herrmann <gregoa@debian.org> Last-Update: 2020-09-28 Gbp-Pq: Name fix-Expected-text-after-item-not-a-number.patch
-rw-r--r--lib/Algorithm/Diff.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Algorithm/Diff.pm b/lib/Algorithm/Diff.pm
index 0007453..3587284 100644
--- a/lib/Algorithm/Diff.pm
+++ b/lib/Algorithm/Diff.pm
@@ -1097,25 +1097,25 @@ follow 4 values:
=over 4
-=item 3
+=item Z<>3
C<3==(1|2)>. This hunk contains items from @seq1 and the items
from @seq2 that should replace them. Both sequence 1 and 2
contain changed items so both the 1 and 2 bits are set.
-=item 2
+=item Z<>2
This hunk only contains items from @seq2 that should be inserted (not
items from @seq1). Only sequence 2 contains changed items so only the 2
bit is set.
-=item 1
+=item Z<>1
This hunk only contains items from @seq1 that should be deleted (not
items from @seq2). Only sequence 1 contains changed items so only the 1
bit is set.
-=item 0
+=item Z<>0
This means that the items in this hunk are the same in both sequences.
Neither sequence 1 nor 2 contain changed items so neither the 1 nor the