Update of /cvsroot/popfile/engine
In directory sc8-pr-cvs1:/tmp/cvs-serv24060
Modified Files:
tests.pl
Log Message:
Say IO::Handle instead of IO::handle
Index: tests.pl
===================================================================
RCS file: /cvsroot/popfile/engine/tests.pl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** tests.pl 18 Jun 2003 20:34:55 -0000 1.15
--- tests.pl 23 Jun 2003 22:34:10 -0000 1.16
***************
*** 10,14 ****
use strict;
! require IO::handle;
# Look for all the TST files in the tests/ subfolder and run
--- 10,14 ----
use strict;
! require IO::Handle;
# Look for all the TST files in the tests/ subfolder and run
|