Update of /cvsroot/http-webtest/HTTP-WebTest-Plugin-XMLReport/t
In directory sc8-pr-cvs1:/tmp/cvs-serv24579/t
Modified Files:
utils.pl
Log Message:
Remove useless 'use POSIX'
Index: utils.pl
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest-Plugin-XMLReport/t/utils.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** utils.pl 30 Oct 2002 21:25:49 -0000 1.1.1.1
--- utils.pl 26 Dec 2002 20:28:15 -0000 1.2
***************
*** 7,11 ****
use strict;
- use POSIX qw(SIGTERM);
# XML::Parser is a prerequisite for XML::Simple, so it should be installed
use XML::Parser;
--- 7,10 ----
|