RE: Net::LDAP::Entry - RFC

2018-01-09 Thread Burns, Victor M
Agree, I believe everyone understood that Net::LDAP::LDIF supports no wrap as (wrap => X) where X <= 40 and that the goal was to enable Net::LDAP::Entry to use this ability via argument. I inspected your change and believe it is ideal as it would allow the caller to use any of the supported opti

Re: Net::LDAP::Entry - RFC

2018-01-09 Thread Peter Marschall
Hi, Am 2. Januar 2018 18:58:50 MEZ schrieb Chris Ridd : >IMO changing Net::LDAP::LDIF to be able to not wrap would be useful. Net::LDAP::LDIF supports that for a very long time. Excerpt from the man page: wrap => 78 Number of columns where output line wrapping shall occur. Default is 78.