Hi,

On Monday, 21. August 2006 15:31, Peter Mogensen wrote:
> Uhh... HEAD won't run.
> The reason being a typo in line 31 of lib/Net/LDAP/Entry.pm:
>
> 22 sub new {
> 23   my $self = shift;
> 24   my $type = ref($self) || $self;
> 25
> 26   my $entry = bless { 'changetype' => 'add', changes => [] }, $type;
> 27
> 28   @_ and $entry->dn( shift );
> 29   @_ and $entry->add( @_ );
> 30
> 31   retrun $entry;
> 32 }

This has been from another change., unrelated to the UTF-8 thing.

> Has this code been tested?
Unfortunately not.
But it is fixed now in CVS.

Sorry for the inconvenience and thanks for the report.

> Peter
dito ;-)

-- 
Peter Marschall
[EMAIL PROTECTED]

Reply via email to