Update of /cvsroot/http-webtest/HTTP-WebTest/t
In directory sc8-pr-cvs1:/tmp/cvs-serv19514/t
Modified Files:
09-hooks.t 07-compat.t 06-parser.t
Log Message:
Remove use Module for unused modules
Index: 09-hooks.t
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/t/09-hooks.t,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** 09-hooks.t 12 Dec 2002 21:43:11 -0000 1.6
--- 09-hooks.t 13 Dec 2002 00:50:45 -0000 1.7
***************
*** 7,13 ****
use strict;
use CGI::Cookie;
- use HTTP::Response;
use HTTP::Status;
- use IO::File;
use Test;
--- 7,11 ----
Index: 07-compat.t
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/t/07-compat.t,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** 07-compat.t 12 Dec 2002 21:43:11 -0000 1.5
--- 07-compat.t 13 Dec 2002 00:50:45 -0000 1.6
***************
*** 7,11 ****
use strict;
use HTTP::Status;
- use IO::File;
use Test;
--- 7,10 ----
Index: 06-parser.t
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/t/06-parser.t,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** 06-parser.t 12 Dec 2002 21:43:11 -0000 1.16
--- 06-parser.t 13 Dec 2002 00:50:45 -0000 1.17
***************
*** 6,10 ****
use strict;
- use IO::File;
use Test;
--- 6,9 ----
|