File: 0001-Add-encoding-information-to-the-POD-documentation.patch

package info (click to toggle)
libvitacilina-perl 0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 188 kB
  • sloc: perl: 1,300; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From fe1c8b7606feb57ab6478af12c75cf457e2ae83e Mon Sep 17 00:00:00 2001
From: Niko Tyni <ntyni@debian.org>
Date: Fri, 23 Sep 2016 11:12:57 +0300
Subject: [PATCH] Add encoding information to the POD documentation

This fixes pod2man errors.

Forwarded: https://github.com/damog/vitacilina/pull/3
---
 lib/Vitacilina.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Vitacilina.pm b/lib/Vitacilina.pm
index 8cb483c..60e7a8b 100644
--- a/lib/Vitacilina.pm
+++ b/lib/Vitacilina.pm
@@ -1,5 +1,7 @@
 #!/usr/bin/env perl
 
+=encoding UTF-8
+
 =head1 NAME
 
 Vitacilina - ¡Ah, qué buena medicina!
-- 
2.9.3