Skip to content
Snippets Groups Projects
Commit 325e9b10 authored by gregor herrmann's avatar gregor herrmann
Browse files

Add patch to remove "use encoding" which is gone in perl 5.26.

Closes: #866934
parent b906d4fc
No related branches found
No related tags found
No related merge requests found
fix-pod-errors.patch
network-tests.patch
spelling.patch
use-encoding.patch
Description: 'use encoding' is gone in perl 5.26
Simply remove it for now; the code is ascii anyway, and
if the output needs utf-8, other solutions can be found.
Origin: vendor
Bug-Debian: https://bugs.debian.org/866934
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2017-07-15
Forwarded: https://github.com/LibreCat/perl-oai-lib/pull/2
Bug: https://github.com/LibreCat/perl-oai-lib/pull/2
--- a/bin/oai_pmh.pl
+++ b/bin/oai_pmh.pl
@@ -1,7 +1,5 @@
#!/usr/bin/perl
-use encoding 'utf8';
-
use HTTP::OAI;
use Getopt::Long;
use Pod::Usage;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment