Subject: | please add a HOWTO to the docs! |
It's not at all clear how to use this module. I have a module which
(partly) wraps around LWP::UserAgent which I use to fetch data which my
module then manipulates. Obviously I need to test that my module
handles webby errors correctly, for instance that it correctly detects
when the remote sites don't respond; and I need to be able to feed known
data to my module so I can test that it does those manipulations correctly.
Test::Mock::LWP is the obvious candidate for faking up LWP::UserAgent,
but I just can't figure out how to use it. Please can you write a HOWTO
and add it to the docs.