Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv16621
Modified Files:
07-compbenchmarks-core.pl
Log Message:
CBM::LibUI deprecated.
Index: 07-compbenchmarks-core.pl
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/07-compbenchmarks-core.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** 07-compbenchmarks-core.pl 27 May 2007 16:06:37 -0000 1.7
--- 07-compbenchmarks-core.pl 19 Sep 2007 16:33:07 -0000 1.8
***************
*** 9,13 ****
use strict;
! use CBM::LibUI;
use Test::Simple tests => 115;
--- 9,13 ----
use strict;
! # use CBM::LibUI;
use Test::Simple tests => 115;
|