[Http-webtest-commits] HTTP-WebTest-Recorder/bin rec-proxy,1.4,1.5
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-03-04 12:45:37
|
Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder/bin In directory sc8-pr-cvs1:/tmp/cvs-serv13094 Modified Files: rec-proxy Log Message: Cosmetic fixes Index: rec-proxy =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest-Recorder/bin/rec-proxy,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** rec-proxy 4 Mar 2003 12:34:52 -0000 1.4 --- rec-proxy 4 Mar 2003 12:45:28 -0000 1.5 *************** *** 81,86 **** use HTTP::WebTest::Recorder; use HTTP::WebTest::Recorder::POE; ! use POE qw(Component::Server::TCP Component::Client::HTTP ! Filter::HTTPD Filter::Stream); my %OPTIONS = (); --- 81,85 ---- use HTTP::WebTest::Recorder; use HTTP::WebTest::Recorder::POE; ! use POE qw(Component::Server::TCP Filter::HTTPD Filter::Stream); my %OPTIONS = (); |