Skip Menu |

This queue is for tickets about the Net-OpenSSH-Compat CPAN distribution.

Report information
The Basics
Id: 75231
Status: resolved
Priority: 0/
Queue: Net-OpenSSH-Compat

People
Owner: Nobody in particular
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.06
Fixed in: (no value)



Subject: typo in pod
Hi, while packaging Net::OpenSSH::Compat for Debian, our QA tools reported a small issue when the POD documentation is converted to a manpage. The lack of a backspace can mean that lexgrog is unable to properly index the manpage. Please see the attached patch. Florian
Subject: manpage-has-bad-whatis-entry.patch
--- a/lib/Net/OpenSSH/Compat/Perl.pm +++ b/lib/Net/OpenSSH/Compat/Perl.pm @@ -206,7 +206,7 @@ =head1 -Net::OpenSSH::Compat::Perl - Net::OpenSSH adapter for Net::SSH::Perl API compatibility +Net::OpenSSH::Compat::Perl \- Net::OpenSSH adapter for Net::SSH::Perl API compatibility =head1 SYNOPSIS
Subject: NAME section missing
From: fschlich [...] zedat.fu-berlin.de
I'm sorry, that patch is bogus, the backslash is added automatically. This is a patch for the real issue...
Subject: manpage-has-bad-whatis-entry.patch
--- a/lib/Net/OpenSSH/Compat/Perl.pm +++ b/lib/Net/OpenSSH/Compat/Perl.pm @@ -204,7 +204,7 @@ __END__ -=head1 +=head1 NAME Net::OpenSSH::Compat::Perl - Net::OpenSSH adapter for Net::SSH::Perl API compatibility
Fixed on the development version. Again, thank you for reporting it!!!