Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder/lib/HTTP/WebTest
In directory sc8-pr-cvs1:/tmp/cvs-serv17424
Modified Files:
Recorder.pm
Log Message:
Add some POD docs
Index: Recorder.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest-Recorder/lib/HTTP/WebTest/Recorder.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Recorder.pm 7 Sep 2003 19:22:04 -0000 1.9
--- Recorder.pm 9 Sep 2003 18:48:54 -0000 1.10
***************
*** 7,19 ****
=head1 NAME
! HTTP::WebTest::Recorder - Recording proxy
=head1 SYNOPSIS
! Not Applicable.
=head1 DESCRIPTION
! Not Avialable yet.
=cut
--- 7,26 ----
=head1 NAME
! HTTP::WebTest::Recorder - Recording proxy (backend)
=head1 SYNOPSIS
! rec-proxy
!
! rec-proxy --help
=head1 DESCRIPTION
! This is a backend module of a recording proxy. You probably don't
! want to use it directly - you should use L<rec-proxy|rec-proxy>
! program instead. See its documentation for details.
!
! If you interested in API provided by C<HTTP::WebTest::Recorder> then
! read sources.
=cut
***************
*** 177,180 ****
--- 184,189 ----
=head1 SEE ALSO
+
+ L<rec-proxy|rec-proxy>
L<HTTP::WebTest|HTTP::WebTest>
|