summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/pod-syntax.patch22
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 23 deletions
diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch
deleted file mode 100644
index 5aed7c5..0000000
--- a/debian/patches/pod-syntax.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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
deleted file mode 100644
index c30ca3c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-pod-syntax.patch