[Http-webtest-commits] HTTP-WebTest-Plugin-DateTest/t utils.pl,1.1.1.1,1.2
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-12-26 21:16:42
|
Update of /cvsroot/http-webtest/HTTP-WebTest-Plugin-DateTest/t In directory sc8-pr-cvs1:/tmp/cvs-serv16075/t Modified Files: utils.pl Log Message: Remove useless 'use POSIX' Index: utils.pl =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest-Plugin-DateTest/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 12 Sep 2002 13:11:01 -0000 1.1.1.1 --- utils.pl 26 Dec 2002 21:16:39 -0000 1.2 *************** *** 8,12 **** use strict; use Algorithm::Diff qw(diff); - use POSIX qw(SIGTERM); # just reads file and returns its content --- 8,11 ---- |