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.
|