Re: Call to HTTP::Request->url() should be ->uri()
Gisle Aas (gisle@activestate.com)
17 Aug 2000 11:25:17 +0200
"Bjoern Hoehrmann" <derhoermi@gmx.net> writes:
> uri() is the real function, url() just exists for compatibility (i think).
>
> UserAgent.pm,v 1.73 2000/04/07
>
> ------------diff-------------
> 275c275
> < $referral->url($referral_uri);
> ---
> > $referral->uri($referral_uri);
> -----------------------------
Probably. There are more places that use ->url so I would not worry
too much about it. I'm not going to remove the ->url alias any time
soon.
Regards,
Gisle