Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin
In directory usw-pr-cvs1:/tmp/cvs-serv7977/lib/HTTP/WebTest/Plugin
Modified Files:
Loader.pm Hooks.pm Click.pm
Log Message:
Added hints for POD doc generator pod_merge.PL
Index: Loader.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/Loader.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Loader.pm 12 May 2002 13:35:35 -0000 1.3
--- Loader.pm 15 May 2002 19:27:53 -0000 1.4
***************
*** 36,44 ****
C<::> prepends it with C<HTTP::WebTest::Plugin>. So
! plugins = ( ::ValidateHTML )
is equal to
! plugins = ( HTTP::WebTest::Plugin::ValidateHTML )
=cut
--- 36,44 ----
C<::> prepends it with C<HTTP::WebTest::Plugin>. So
! plugins = ( ::Click )
is equal to
! plugins = ( HTTP::WebTest::Plugin::Click )
=cut
Index: Hooks.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/Hooks.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Hooks.pm 12 May 2002 13:35:35 -0000 1.5
--- Hooks.pm 15 May 2002 19:27:53 -0000 1.6
***************
*** 46,49 ****
--- 46,51 ----
=head1 TEST PARAMETERS
+ =for pod_merge copy opt_params
+
=head2 on_request
Index: Click.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/Click.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Click.pm 12 May 2002 14:42:07 -0000 1.8
--- Click.pm 15 May 2002 19:27:53 -0000 1.9
***************
*** 34,37 ****
--- 34,39 ----
=head1 TEST PARAMETERS
+ =for pod_merge copy opt_params
+
=head2 click_button
|