[libnet-jifty-perl] 07/08: Add a patch to fix POD formatting issues.
gregor herrmann
gregoa at debian.org
Sun Nov 6 16:50:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libnet-jifty-perl.
commit ba83a892180436400291e24670bed264a749162c
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Nov 6 17:35:57 2016 +0100
Add a patch to fix POD formatting issues.
---
debian/patches/pod-syntax.patch | 27 +++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 28 insertions(+)
diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch
new file mode 100644
index 0000000..693d689
--- /dev/null
+++ b/debian/patches/pod-syntax.patch
@@ -0,0 +1,27 @@
+Description: fix syntax of L<> formatting.
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-11-06
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118651
+Bug: https://rt.cpan.org/Ticket/Display.html?id=118651
+
+--- a/lib/Net/Jifty.pm
++++ b/lib/Net/Jifty.pm
+@@ -859,7 +859,7 @@
+ the content of a PUT. However this method can not handle file uploads
+ as they must be sent using 'multipart/form-date'.
+
+-See also L</"form_form_data_args ARGS"|"form_form_data_args"> and
++See also L<form_form_data_args|/"form_form_data_args ARGS"> and
+ L</"Arguments of actions">.
+
+ =head3 form_form_data_args ARGS
+@@ -874,7 +874,7 @@
+
+ This method can handle file uploads, read more in L</"Arguments of actions">.
+
+-See also L</"form_form_data_args ARGS"|"form_form_data_args"> and
++See also L<form_form_data_args|/"form_form_data_args ARGS"> and
+ L</"Arguments of actions">.
+
+ =head3 join_url FRAGMENTS
diff --git a/debian/patches/series b/debian/patches/series
index 81fce95..6152f64 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
mime-encode.patch
+pod-syntax.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-jifty-perl.git
More information about the Pkg-perl-cvs-commits
mailing list