Skip Menu |

This queue is for tickets about the Test-LWP-UserAgent CPAN distribution.

Report information
The Basics
Id: 84094
Status: resolved
Priority: 0/
Queue: Test-LWP-UserAgent

People
Owner: Nobody in particular
Requestors: tom [...] eborcom.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.015
Fixed in: 0.016



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