Skip Menu |

This queue is for tickets about the Authen-Simple-LDAP CPAN distribution.

Report information
The Basics
Id: 76709
Status: new
Priority: 0/
Queue: Authen-Simple-LDAP

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

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



Subject: typos in pod
Hi, while working on packaging version 0.3 of Authen-Simple-LDAP for Debian, our QA tools drew my attention to a typo in POD, and I'd like to forward the patch for inclusion upstream whenever convenient: --- a/lib/Authen/Simple/ActiveDirectory.pm +++ b/lib/Authen/Simple/ActiveDirectory.pm @@ -135,7 +135,7 @@ =item * port -Connection port, default to 389. May be overriden by host if host is a URI. +Connection port, default to 389. May be overridden by host if host is a URI. port => 389 --- a/lib/Authen/Simple/LDAP.pm +++ b/lib/Authen/Simple/LDAP.pm @@ -212,7 +212,7 @@ =item * port -Connection port, default to C<389>. May be overriden by host if host is a URI. +Connection port, default to C<389>. May be overridden by host if host is a URI. port => 389 Florian