File: encoding.patch

package info (click to toggle)
liblatex-encode-perl 0.091.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 448 kB
  • ctags: 25
  • sloc: perl: 1,270; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Add explicit encoding to POD
 Fix "FTBFS with perl 5.18: POD failure" as the new POD parser is more
 strict with perl 5.18.
Bug: https://rt.cpan.org/Ticket/Display.html?id=88094
Bug-Debian: http://bugs.debian.org/720740
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88094
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2014-03-23

---

--- a/lib/LaTeX/Encode.pm
+++ b/lib/LaTeX/Encode.pm
@@ -864,6 +864,8 @@
 
 __END__
 
+=encoding utf8
+
 =head1 NAME
 
 LaTeX::Encode - encode characters for LaTeX formatting