summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2021-01-30 19:57:39 +0100
committergregor herrmann <gregoa@debian.org>2021-01-30 19:57:39 +0100
commit08412c098e6f3d757239e3f9c6a6e7f55288ea33 (patch)
tree0ba925f0379f6c3d03b99f09b781f4e095d4baf1
parent4e10e4b7d68883ee3791cce55932e8f5f0ff9497 (diff)
Add patch to fix POD formatting error.
-rw-r--r--debian/patches/pod-syntax.patch22
-rw-r--r--debian/patches/series1
2 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch
new file mode 100644
index 0000000..5aed7c5
--- /dev/null
+++ b/debian/patches/pod-syntax.patch
@@ -0,0 +1,22 @@
+Description: Fix POD syntax error.
+ POD ERRORS
+ Hey! The above document had some coding errors, which are explained below:
+ .
+ Around line 45:
+ Unterminated C<...> sequence
+Origin: vendor
+Forwarded: no, the file is not in the upstream Git repo
+Author: gregor herrmann <gregoa@debian.org>
+Last-Update: 2021-01-30
+
+--- a/lib/JSON/Whitespace.pod
++++ b/lib/JSON/Whitespace.pod
+@@ -47,7 +47,7 @@
+ strings). According to L<the JSON specification|JSON::Parse/SEE ALSO>
+ "insignificant whitespace" consists of space (C<%x20>), horizontal tab
+ (C<%x09>), line feed or new line (C<%x0A>) and carriage return
+-(C<%x0D).
++(C<%x0D>).
+
+ =head1 FUNCTIONS
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c30ca3c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-syntax.patch