Skip Menu |

This queue is for tickets about the perl-ldap CPAN distribution.

Report information
The Basics
Id: 74572
Status: resolved
Priority: 0/
Queue: perl-ldap

People
Owner: MARSCHAP [...] cpan.org
Requestors: isnogoud [...] web.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.44
Fixed in: 0.45



Subject: Net::LDAP::Entry patch for update on LDIF object
Performing an update on an ldap entry object with an ldif object as client failed. The LDIF file was properly written. $ldif = Net::LDAP::LDIF->new( "file.ldif", "w", onerror => 'undef', change => 1 ); $entry->update( $ldif ); died with: Can't call method "inner" on unblessed reference at /.../lib/perl5/Net/LDAP/Message.pm line 25
Hi, can you check & report whether the patch in commit https://github.com/marschap/perl- ldap/commit/bdb94c10ee1a4ab2136e40d7e5efdd439beb5cad (without the line-break ;-) fixes the issue for you. Thanks for reporting the issue Peter
Subject: Re: [rt.cpan.org #74572] Net::LDAP::Entry patch for update on LDIF object
Date: Mon, 06 Feb 2012 18:45:33 +0100
To: bug-perl-ldap [...] rt.cpan.org
From: Tarik Gasmi <isnogoud [...] web.de>
Hi Peter, yes, the patch fixed the issue for me ... thank you! bye, Tarik
Hi On Mon Feb 06 12:45:49 2012, tg_76 wrote: Show quoted text
> yes, the patch fixed the issue for me ... thank you!
Thanks for the feedback. Marking the bug as "patched". Peter