File: pod-encoding.patch

package info (click to toggle)
libnet-z3950-simpleserver-perl 1.21-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 312 kB
  • sloc: perl: 813; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description: add encoding directives to POD
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2019-01-16
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=128271
Bug: https://rt.cpan.org/Ticket/Display.html?id=128271

--- a/GRS1.pm
+++ b/GRS1.pm
@@ -258,6 +258,7 @@
 
 __END__
 
+=encoding iso8859-1
 
 =head1 NAME
 
--- a/SimpleServer.pm
+++ b/SimpleServer.pm
@@ -178,6 +178,8 @@
 __END__
 # Below is the stub of documentation for your module. You better edit it!
 
+=encoding utf8
+
 =head1 NAME
 
 Net::Z3950::SimpleServer - Simple Perl API for building Z39.50 servers.