Skip Menu |

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

Report information
The Basics
Id: 54446
Status: resolved
Priority: 0/
Queue: Test-Override-UserAgent

People
Owner: DOUGDUDE [...] cpan.org
Requestors: DOUGDUDE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: 0.004



Subject: Add option to override_request() to give entire URL at once
It would be nice if the override_request() function/method took an argument "url" or something similar so one argument can be used instead of using host/scheme/path/port combination. override_request url => 'http://example.com/ajax.php', sub { # ... };
Patched in https://github.com/dougwilson/perl5-test-override-useragent/commit/253c15b5f1c368d62315bde34d6d6bc554714030 On Tue Feb 09 12:12:26 2010, DOUGDUDE wrote: Show quoted text
> It would be nice if the override_request() function/method took an > argument "url" or something similar so one argument can be used instead > of using host/scheme/path/port combination. > > override_request url => 'http://example.com/ajax.php', sub { > # ... > };