File: pod-encoding.patch

package info (click to toggle)
libcatalyst-plugin-unicode-perl 0.93-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 200 kB
  • ctags: 147
  • sloc: perl: 1,894; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: missing =encoding UTF-8 in POD
 causes complains from pod2man in stricter error modes due to accented e
 character
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: not-needed
X-Comment the module is deprecated upsteram, so a cosmetic fix makes little
 sense to forward

--- a/lib/Catalyst/Plugin/Unicode.pm
+++ b/lib/Catalyst/Plugin/Unicode.pm
@@ -35,6 +35,8 @@ sub prepare_parameters {
 
 __END__
 
+=encoding UTF-8
+
 =head1 NAME
 
 Catalyst::Plugin::Unicode - Unicode aware Catalyst (old style)