[Http-webtest-commits] CVS: HTTP-WebTest/bin wt.PL,1.2,1.3
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-05-03 13:30:46
|
Update of /cvsroot/http-webtest/HTTP-WebTest/bin In directory usw-pr-cvs1:/tmp/cvs-serv7117/bin Modified Files: wt.PL Log Message: Be more compatible with GNU utils in args string parsing Index: wt.PL =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/bin/wt.PL,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wt.PL 28 Jan 2002 10:43:45 -0000 1.2 --- wt.PL 3 May 2002 13:30:34 -0000 1.3 *************** *** 103,107 **** use Pod::Usage; ! use Getopt::Long; use HTTP::WebTest 1.96; --- 103,107 ---- use Pod::Usage; ! use Getopt::Long qw(:config gnu_getopt); use HTTP::WebTest 1.96; |