To: | leira [...] cpan.org, bug-HTTP-Recorder [...] rt.cpan.org |
Subject: | HTTP::Recorder |
From: | Andreas J Koenig <andreas.koenig [...] anima.de> |
Date: | Tue, 06 Jul 2004 18:37:55 +0200 |
Hi Linda,
I promised to send some feedback on H:R when we met in Schorndorf. I
hope you have a good time in Frankfurt.
First pseudo-patch adds a prereq to Makefile.PL:
URI::Escape => 0,
+ HTTP::Proxy => 0,
Then, the manpage needs to mention the proxy default values, otherwise
one cannot know how to point the browser to this proxy. Patch to
Recorder.pm:
Then, tell your web browser to use this proxy, and the script will be
- recorded in the specified file.
+ recorded in the specified file. If you have uses the above default, this
+ is localhost:8080.
That's all for now. I'll see if I can find more interesting stuff.
--
andreas