Christopher,
Thanks a lot. Most of the lintian warnings are gone in version 0.52.
However, there is still one lintian warning that is being thrown:
W: libnet-amazon-perl: manpage-has-bad-whatis-entry
usr/share/man/man3/Net::Amazon::Request::Sort.3pm.gz
N:
N: Each manual page should start with a "NAME" section, which lists the
N: name and a brief description of the page separated by "\-". These
N: sections are parsed by "mandb" and stored in a database for the use of
N: "apropos" and "whatis", so they must be in a certain format. This manual
N: page apparently uses the wrong format and cannot be parsed by "mandb".
N:
N: Refer to the lexgrog(1) manual page, the groff_man(7) manual page, and
N: the groff_mdoc(7) manual page for details.
N:
N: Severity: normal, Certainty: certain
N:
As I mentioned in [1], we currently have a patch that we use to
resolve this warning. It looks like this:
- --- a/lib/Net/Amazon/Request/Sort.pm
+++ b/lib/Net/Amazon/Request/Sort.pm
@@ -1,5 +1,9 @@
=pod
+=head1 NAME
+
+Net::Amazon::Request::Sort - listing of sort types
+
=head1 SORT TYPES
Search results can be sorted in various ways, depending on the type of
If you could fix this issue in the next release, it would be greatly
appreciated.
Thanks again,
Nathan
[1]
https://rt.cpan.org/Ticket/Attachment/614993/312306/