[libalgorithm-diff-perl] 01/03: Add fix-Expected-text-after-item-not-a-number.patch patch

Salvatore Bonaccorso carnil at debian.org
Sat May 30 20:22:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libalgorithm-diff-perl.

commit 7c7c58cffba43d6b360f230542965ddddf48ead1
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat May 30 22:09:54 2015 +0200

    Add fix-Expected-text-after-item-not-a-number.patch patch
---
 ...fix-Expected-text-after-item-not-a-number.patch | 39 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 40 insertions(+)

diff --git a/debian/patches/fix-Expected-text-after-item-not-a-number.patch b/debian/patches/fix-Expected-text-after-item-not-a-number.patch
new file mode 100644
index 0000000..e8e5447
--- /dev/null
+++ b/debian/patches/fix-Expected-text-after-item-not-a-number.patch
@@ -0,0 +1,39 @@
+Description: Fix POD error "Expected text after =item, not a number"
+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
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2015-05-30
+
+--- a/lib/Algorithm/Diff.pm
++++ b/lib/Algorithm/Diff.pm
+@@ -1099,25 +1099,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
diff --git a/debian/patches/series b/debian/patches/series
index 3928105..da5063f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-pod.patch
+fix-Expected-text-after-item-not-a-number.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libalgorithm-diff-perl.git



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