this is just a warning, but it is quite irritating. How can we get rid if it?
It appears to be in this piece of code:
sub get_session_loaded {
my $self = shift;
my $user_agent = $self->{user_agent};
return defined $user_agent->cookie_jar and
$user_agent->cookie_jar->as_string ne '';
}