File: add_utf8_encoding_in_pod

package info (click to toggle)
libzerg-perl 1.0.4-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 256 kB
  • sloc: perl: 285; makefile: 10
file content (27 lines) | stat: -rw-r--r-- 618 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
Author: Tatiana Malygina <merlettaia@gmail.com>
Last-Update: 2016-07-04
Description: this fixes manpage-has-errors-from-pod2man lintian warning

--- a/Zerg/Report/Report.pm
+++ b/Zerg/Report/Report.pm
@@ -210,6 +210,8 @@
 __END__
 # Below is stub documentation for your module. You better edit it!
 
+=encoding utf8
+
 =head1 NAME
 
 Zerg::Report - get attributes from a BLAST file in a data structure

--- a/Zerg/Zerg.pm
+++ b/Zerg/Zerg.pm
@@ -166,6 +166,8 @@
 __END__
 # Below is stub documentation for your module. You better edit it!
 
+=encoding utf8
+
 =head1 NAME
 
 Zerg - a lexical scanner for BLAST reports.