in reply to Testing a web crawler

WWW::Mechanize uses HTTP::Daemon. Mind you, the latter doesn't test cleanly on Windows, but it works fine for testing WWW::Mechanize.

Replies are listed 'Best First'.
Re^2: Testing a web crawler
by Anonymous Monk on Mar 25, 2010 at 22:24 UTC

    I ended up hacking something together using HTTP::Daemon. This worked, though I think there should be a more turn key approach.

    Thanks for the suggestions