Subject: | undefined value after malformed URL |
Perl 5.8.1 on OS/X Client 10.3.5
WWW:Mechanize 1.02 (all components freshened).
When the Mechanize instance is passed a URL without the absolute http:// prefix, it reports an error 400 URL must be absolute. So far so good. But when this is repeated a second time, instead of the same error, it fails with Can't use an undefined value as a HASH reference at /Library/Perl/5.8.1/LWP/UserAgent.pm line 655. It should return the same error 400, not a fatal error.
Two instances were open at the same time during this error, but I have no idea if that influenced anything.