=encoding utf8 =head1 NAME =begin original HTTP::WebTest::Plugin::Loader - Loads external plugins =end original HTTP::WebTest::Plugin::Loader - 外部プラグインのロード =head1 SYNOPSIS =begin original Not Applicable =end original なし. =head1 DESCRIPTION =begin original This plugin lets you to load external L plugins. =end original このプラグインで外部の L プラグインを ロードできるようになります. =head1 TEST PARAMETERS (テストパラメータ) =head2 plugins I =begin original A list of module names. Loads these modules and registers them as L plugins. If the name of the plugin starts with C<::>, it is prepended with C. So =end original モジュール名のリスト. これらのモジュールはロードされ, L プラグインとして登録されます. もし プラグインの名前が C<::> から始まる時は C が前に 付加されます. つまり, plugins = ( ::Click ) =begin original is equal to =end original は次と等価です. plugins = ( HTTP::WebTest::Plugin::Click ) =head1 COPYRIGHT Copyright (c) 2001-2003 Ilya Martynov. All rights reserved. =begin original This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =end original このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で 再配布・改変可能です. =head1 SEE ALSO L L L L