| Test-Override-UserAgent documentation | view source | Contained in the Test-Override-UserAgent distribution. |
Test::Override::UserAgent::Scope - Scoping the user agent overrides
Version 0.004
# $scope created by Test::Override::UserAgent # Say the class name the implements the given scheme say $scope->scheme_implementor($scheme);
This module is a used to specify a scope that LWP::UserAgent will be overridden with the specified configuration.
This will construct a new configuration object to allow for configuring user agent overrides.
%attributes is a HASH where the keys are attributes (specified in the
ATTRIBUTES section).
$attributes is a HASHREF where the keys are attributes (specified in the
ATTRIBUTES section).
This is a Test::Override::UserAgent object that specifies the configuration to use for this override.
This takes the name of a scheme and returns the name of the class that will implement LWP::Protocol for that scheme.
Douglas Christopher Wilson, <doug at somethingdoug.com>
Please report any bugs or feature requests to
bug-test-override-useragent at rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Override-UserAgent. I
will be notified, and then you'll automatically be notified of progress on your
bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Test::Override::UserAgent::Scope
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Override-UserAgent
Copyright 2010 Douglas Christopher Wilson.
This program is free software; you can redistribute it and/or modify it under the terms of either:
| Test-Override-UserAgent documentation | view source | Contained in the Test-Override-UserAgent distribution. |