Bug#718432: Additional information

Fernando Santagata nando at ipers.net
Wed Aug 14 17:13:32 UTC 2013


Hello,

I think that the problem I addressed is in the libapache2-authcookie-perl
package, which is the one that deals with mod-perl and Apache, in order to
deliver cookie content to the application.

My program goes this way:

if(defined $r->auth_type){
	my $cookie = $r->auth_type->key($r);
	[...]
}

and the error message says

Can't locate object method "key" via package "none"

which means that $r->auth_type is defined, but does not contain a
reference to a cookie (probably it doesn't contain a reference at all).

Thank you!

-- 
Fernando Santagata



More information about the pkg-perl-maintainers mailing list