cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: AUTOLOAD... deprecated?

From: Linus Nielsen Feltzing <linus_at_haxx.se>
Date: Tue, 29 Jun 2004 07:27:45 +0200

On the Bright Side, C. Ryan wrote:

> I just had my server upgraded, and in the process a newer version of
> curl installed, which promptly broke my script.
> Basically I get a lot of messages telling me "Use of inherited AUTOLOAD
> for non-method Curl::easy::CURLOPT_HEADER() is deprecated.." How can
> I fix this? The relevant code and complete errors are below.

This is a Perl warning. Read about it here:

http://aspn.activestate.com/ASPN/docs/ActivePerl/lib/Pod/perl5004delta.html#deprecated__inherited_autoload_for_nonmethods

My guess is that the Perl binding needs an update.

Linus
Received on 2004-06-29