File: pod-encoding.patch

package info (click to toggle)
libcgi-formbuilder-perl 3.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,320 kB
  • sloc: perl: 7,222; makefile: 2; sh: 1
file content (18 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: declare POD encoding in Messages.pm
 Without this pod2man complains about high-bit characters
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: no
Last-Update: 2019-01-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/lib/CGI/FormBuilder/Messages.pm
+++ b/lib/CGI/FormBuilder/Messages.pm
@@ -6,6 +6,8 @@
 
 package CGI::FormBuilder::Messages;
 
+=encoding UTF-8
+
 =head1 NAME
 
 CGI::FormBuilder::Messages - Localized message support for FormBuilder