Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: andreas.lange [...] liu.se
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.41



Subject: Require Net::LDAP clobbers $_
Date: Tue, 25 Oct 2011 11:35:33 +0200
To: <bug-perl-ldap [...] rt.cpan.org>
From: Andreas Lange <andreas.lange [...] liu.se>
Discovered when an authentication module which pulled in different modules depending on config and at the same time trusted $_ failed in subtle ways after a Perl upgrade: # /sw/perl-5.10.0/bin/perl -e 'require Net::LDAP; print "$Net::LDAP::VERSION\n,$_,\n\n";' 0.36 ,, # /sw/perl-5.12.1/bin/perl-e 'require Net::LDAP; print "$Net::LDAP::VERSION\n,$_,\n\n";' 0.4001 ,=cut , # /sw/perl-5.14.1/bin/perl-e 'require Net::LDAP; print "$Net::LDAP::VERSION\n,$_,\n\n";' 0.4001 ,=cut , Regards, Andreas
Subject: Re: [rt.cpan.org #71917] AutoReply: Require Net::LDAP clobbers $_
Date: Tue, 25 Oct 2011 11:42:07 +0200
To: "bug-perl-ldap [...] rt.cpan.org" <bug-perl-ldap [...] rt.cpan.org>
From: Andreas Lange <andreas.lange [...] liu.se>
On 2011-10-25 v43 11.35, Bugs in perl-ldap via RT wrote: Show quoted text
> > > # /sw/perl-5.14.1/bin/perl-e 'require Net::LDAP; print > "$Net::LDAP::VERSION\n,$_,\n\n";' > 0.4001 > ,=cut > , > >
Oh, that's what 0.41 -- Sat Sep 3 07:37:31 CDT 2011 * use of non-localised $_ in Net::LDAP::Constant causes prolems in lemonldap-ng [Damyan Ivanov] fixes, right? Oh, so sorry for the noise - I was promised the installation was fully up to date and didn't verify it first. :-( //Andreas
Subject: Re: [rt.cpan.org #71917] Require Net::LDAP clobbers $_
Date: Tue, 25 Oct 2011 08:07:54 -0500
To: bug-perl-ldap [...] rt.cpan.org
From: Graham Barr <gbarr [...] pobox.com>
This was fixed in 0.41, latest version is 0.43 See http://cpansearch.perl.org/src/GBARR/perl-ldap-0.43/Changes