File: 1001_fix-encoding-warning.patch

package info (click to toggle)
libpoe-component-server-jsonrpc-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 292 kB
  • ctags: 332
  • sloc: perl: 3,649; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Avoid test failures due to lack of Perldoc encoding information
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/lib/POE/Component/Server/JSONRPC.pm
+++ b/lib/POE/Component/Server/JSONRPC.pm
@@ -10,6 +10,8 @@
     /;
 use JSON;
 
+=encoding utf8 
+
 =head1 NAME
 
 POE::Component::Server::JSONRPC - POE tcp or http based JSON-RPC server