NAME
HTTP::WebTest::Plugin::Loader - Loads external plugins
SYNOPSIS
Not Applicable
DESCRIPTION
This plugin lets you to load external HTTP::WebTest plugins.
TEST PARAMETERS
plugins
GLOBAL PARAMETER
A list of module names. Loads these modules and registers them as HTTP::WebTest plugins. If the name of the plugin starts with ::
, it is prepended with HTTP::WebTest::Plugin
. So
plugins = ( ::Click )
is equal to
plugins = ( HTTP::WebTest::Plugin::Click )
COPYRIGHT
Copyright (c) 2001-2003 Ilya Martynov. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.