Re: Bug in LWP ?
Gisle Aas (aas@bergen.sn.no)
13 Jan 1997 15:38:43 +0100
rohan@newton.ruph.cornell.edu writes:
> After repeatedly getting errors while running with -Tw and use strict,
> I narrowed down the problem to the following script. Has anyone else
> seen this problem with LWP ?
This is a AutoLoader.pm bug witch will be fixed in perl 5.004. I
thought that libwww-perl-5.05 should not have this problem because
LWP::UserAgent does not inherit from AutoLoader any more.
A workaround can be to put:
sub LWP::UserAgent::DESTROY {}
into your source.
--
Gisle Aas <aas@sn.no>