Skip Menu |

This queue is for tickets about the RT-Authen-ExternalAuth CPAN distribution.

Report information
The Basics
Id: 49862
Status: resolved
Priority: 0/
Queue: RT-Authen-ExternalAuth

People
Owner: Nobody in particular
Requestors: vlad.marchuk [...] gmail.com
Cc:
AdminCc:

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



Subject: bug in RT::Authen::ExternalAuth 0.8
Date: Sun, 20 Sep 2009 13:26:43 -0700
To: bug-RT-Authen-ExternalAuth [...] rt.cpan.org
From: Vlad Marchuk <vlad.marchuk [...] gmail.com>
bug in RT::Authen::ExternalAuth 0.8 In ExternalAuth.pm (line 283), sub UpdateInfo you have: $UserObj->CanonicalizeUserInfo(\%args); it should be: $UserObj->RT::Authen::ExternalAuth::CanonicalizeUserInfo(\%args); Thanks, Walter Marchuk.
On Sun Sep 20 16:27:11 2009, vlad.marchuk@gmail.com wrote: Show quoted text
> bug in RT::Authen::ExternalAuth 0.8 > In ExternalAuth.pm (line 283), sub UpdateInfo you have: > $UserObj->CanonicalizeUserInfo(\%args); > it should be: > $UserObj->RT::Authen::ExternalAuth::CanonicalizeUserInfo(\%args);
Why do you believe this is a bug. The behaviour is intended.