-
Notifications
You must be signed in to change notification settings - Fork 601
Closed as not planned
Labels
Not Core PerlThis is not an issue that can be addressed by this repoThis is not an issue that can be addressed by this repoNot Reproducibledocumentation
Description
Where
Net::LDAP::LDIF
Description
I found an old-time bug in the POD for Net::LDAP::LDIF(3):
The SYNOPSIS says:
$ldif = Net::LDAP::LDIF->new( "file.ldif", "r", onerror => 'undef' );
But later on it says:
onerror => 'die' | 'warn' | undef
Note that “undef” is not quoted, meaning the undef value, not the string “undef”.
I guess the undef value is actually meant. Unfortunately the wrong SYNOPSIS made many users (e.g. myself) copy and use the wrong code…
Metadata
Metadata
Assignees
Labels
Not Core PerlThis is not an issue that can be addressed by this repoThis is not an issue that can be addressed by this repoNot Reproducibledocumentation