I've been working with the Net::LDAP::Entry class.
I think it would be keen/natural if the ->ldif method supported additional
Net::LDAP::LDIF options.
For example:
print $entry->ldif( wrap => 0 );
I inspected the method and it seems that only the change option is supported.
I have version 0.27
B
> On 27 Jul 2017, at 12:42, Burns, Victor M via perl-ldap
> wrote:
>
> I’ve been working with the Net::LDAP::Entry class.
> I think it would be keen/natural if the ->ldif method supported additional
> Net::LDAP::LDIF options.
> For example:
> print $entry->ldif( wrap => 0 );
Yes, that’s defin