Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP
In directory usw-pr-cvs1:/tmp/cvs-serv13887/lib/HTTP
Modified Files:
WebTest.pm WebTest.pm.in
Log Message:
Add section SUPPORT into documentation
Index: WebTest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** WebTest.pm 2002/01/24 14:05:36 1.1
--- WebTest.pm 2002/01/24 14:52:40 1.2
***************
*** 1142,1153 ****
specified, Apache must be installed.
! =head1 AUTHOR
Richard Anderson <Ric...@un...> have wrote
C<HTTP::WebTest 1.xx>.
! Ilya Martynov <il...@ma...> made rewrite of C<HTTP::WebTest>. He
! is maintaining C<HTTP::WebTest> now. Please email him bug reports,
! suggestions, questions, etc.
=head1 COPYRIGHT
--- 1142,1162 ----
specified, Apache must be installed.
! =head1 SUPPORT
!
! Please email bug reports, suggestions, questions, etc. to
! C<HTTP::WebTest> maillist
! C<htt...@li...>. You can sign up at
! http://lists.sourceforge.net/lists/listinfo/http-webtest-general.
!
! =head1 AUTHORS
Richard Anderson <Ric...@un...> have wrote
C<HTTP::WebTest 1.xx>.
! Ilya Martynov <il...@ma...> made rewrite of
! C<HTTP::WebTest>. New version of C<HTTP::WebTest> have introduced
! extended API and plugin based architecture.
!
! Please don't email authors directly. Use C<HTTP::WebTest> maillists.
=head1 COPYRIGHT
Index: WebTest.pm.in
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** WebTest.pm.in 2002/01/24 12:26:21 1.1.1.1
--- WebTest.pm.in 2002/01/24 14:52:40 1.2
***************
*** 452,463 ****
specified, Apache must be installed.
! =head1 AUTHOR
Richard Anderson <Ric...@un...> have wrote
C<HTTP::WebTest 1.xx>.
! Ilya Martynov <il...@ma...> made rewrite of C<HTTP::WebTest>. He
! is maintaining C<HTTP::WebTest> now. Please email him bug reports,
! suggestions, questions, etc.
=head1 COPYRIGHT
--- 452,472 ----
specified, Apache must be installed.
! =head1 SUPPORT
!
! Please email bug reports, suggestions, questions, etc. to
! C<HTTP::WebTest> maillist
! C<htt...@li...>. You can sign up at
! http://lists.sourceforge.net/lists/listinfo/http-webtest-general.
!
! =head1 AUTHORS
Richard Anderson <Ric...@un...> have wrote
C<HTTP::WebTest 1.xx>.
! Ilya Martynov <il...@ma...> made rewrite of
! C<HTTP::WebTest>. New version of C<HTTP::WebTest> have introduced
! extended API and plugin based architecture.
!
! Please don't email authors directly. Use C<HTTP::WebTest> maillists.
=head1 COPYRIGHT
|