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.
|