> Are you subclassing ::Request? If not, how can we change it so that that > would be an option? Copy-and-pasting the rest just to change where to > store the content seems suboptimal
The working version that I have now (for lack of time and the flexibility to change the request class on the fly) was a cut n' paste attempt ;) It was also at version 0.74 or something, so the internals were a bit different then... taking a quick glance at the current source, add_content() is probably where I can put the changes to write to disk. > Oh, and it's really great that you're adding tests, but when I was > working on it, I was trying to avoid doing actual network requests. > Could you do that too? Check out 05_request.t and 06_factory.t to see > what I mean (the tests could probably go in 06_factory.t even) Sure. I'll take a look. Thanks, --d
