[Http-webtest-commits] HTTP-WebTest/lib/HTTP/WebTest API.pm,1.26,1.27
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-01-02 20:49:52
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest In directory sc8-pr-cvs1:/tmp/cvs-serv5863/lib/HTTP/WebTest Modified Files: API.pm Log Message: Cosmetic fixes Index: API.pm =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/API.pm,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** API.pm 12 Dec 2002 23:22:16 -0000 1.26 --- API.pm 2 Jan 2003 20:49:49 -0000 1.27 *************** *** 41,45 **** use HTTP::WebTest::Test; ! # BACKWARD COMPATIBILITY BITS - exported sub is from 1.xx API use base qw(Exporter); --- 41,46 ---- use HTTP::WebTest::Test; ! # BACKWARD COMPATIBILITY BITS - exporting this subroutine is a part of ! # HTTP-WebTest 1.xx API use base qw(Exporter); |