Subject: | No support for mirror() |
Thank you very much for this module: it looks useful.
I notice the module's documentation says "All other methods from LWP::UserAgent are available unchanged" but this doesn't seem right:
% perl -MLWP::UserAgent -E 'LWP::UserAgent->new->mirror("http://london.pm.org/", "FOO")'
% file FOO
FOO: HTML document text
% rm FOO
% perl -MTest::LWP::UserAgent -E 'Test::LWP::UserAgent->new->mirror("http://london.pm.org/", "FOO")'
% file FOO
FOO: ERROR: cannot open `FOO' (No such file or directory)
It seems that Test::LWP::UserAgent does something to break mirror(). I hope this doesn't cause anyone 7 years of bad luck.
Tom