File: fix-manpage-has-errors-from-pod2man.patch

package info (click to toggle)
libanyevent-http-perl 2.25-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 248 kB
  • sloc: perl: 625; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix POD errors due to missing =encoding
Origin: vendor
Forwarded: no
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2014-02-18

--- a/HTTP.pm
+++ b/HTTP.pm
@@ -1,3 +1,5 @@
+=encoding UTF-8
+
 =head1 NAME
 
 AnyEvent::HTTP - simple but non-blocking HTTP/HTTPS client