
HTTP::WebTest::Plugin::Loader - Loads external plugins

Not Applicable

This plugin lets you to load external HTTP::WebTest 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 (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.
