File: add-pod-encoding.patch

package info (click to toggle)
libcrypt-format-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 12
  • sloc: perl: 39; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Add POD encoding
Origin: vendor
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2016-02-05
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=111797
Bug: https://rt.cpan.org/Ticket/Display.html?id=111797

--- a/lib/Crypt/Format.pm
+++ b/lib/Crypt/Format.pm
@@ -7,6 +7,8 @@ our $VERSION = '0.06';
 
 our $BASE64_MODULE = 'MIME::Base64';
 
+=encoding UTF-8
+
 =head1 NAME
 
 Crypt::Format - Conversion utilities for encryption applications