[libterm-readline-zoid-perl] 12/14: Add patch to fix POD syntax errors.

gregor herrmann gregoa at debian.org
Sat May 20 10:51:09 UTC 2017


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

gregoa pushed a commit to branch master
in repository libterm-readline-zoid-perl.

commit 4276fc6c603c70b85cf8edc910cdd5404ae04be5
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 20 12:42:03 2017 +0200

    Add patch to fix POD syntax errors.
---
 debian/patches/pod-syntax.patch | 32 ++++++++++++++++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 33 insertions(+)

diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch
new file mode 100644
index 0000000..eae0f6c
--- /dev/null
+++ b/debian/patches/pod-syntax.patch
@@ -0,0 +1,32 @@
+Description: fix 2 new POD syntax errors.
+    Around line 283:
+        Expected text after =item, not a bullet
+ .    
+    Around line 485:
+        Expected text after =item, not a number
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-05-20
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=121798
+Bug: https://rt.cpan.org/Ticket/Display.html?id=121798
+
+--- a/lib/Term/ReadLine/Zoid/ViCommand.pm
++++ b/lib/Term/ReadLine/Zoid/ViCommand.pm
+@@ -280,7 +280,7 @@
+ Do pathname completion (using File::Glob) and insert the largest matching
+ part in the edit line.
+ 
+-=item *
++=item Z<>*
+ 
+ Do pathname completion but inserts B<all> matches.
+ 
+@@ -482,7 +482,7 @@
+ 
+ Move the cursor to the end of the edit line.
+ 
+-=item 0
++=item Z<>0
+ 
+ Move the cursor to the begin of the edit line.
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 166dd7f..2d0ee98 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 10_return_feature_hash_instead_of_list.patch
+pod-syntax.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libterm-readline-zoid-perl.git



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