Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libhttp-oai-perl
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Perl Group
modules
packages
libhttp-oai-perl
Commits
325e9b10
Commit
325e9b10
authored
7 years ago
by
gregor herrmann
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
debian/patches/use-encoding.patch
+20
-0
20 additions, 0 deletions
debian/patches/use-encoding.patch
with
21 additions
and
0 deletions
debian/patches/series
+
1
−
0
View file @
325e9b10
fix-pod-errors.patch
network-tests.patch
spelling.patch
use-encoding.patch
This diff is collapsed.
Click to expand it.
debian/patches/use-encoding.patch
0 → 100644
+
20
−
0
View file @
325e9b10
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;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment