[Koha-cvs] CVS: koha/t require.t,1.2,1.3

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 12 08:09:12 CEST 2002


Update of /cvsroot/koha/koha/t
In directory usw-pr-cvs1:/tmp/cvs-serv9410

Modified Files:
	require.t 
Log Message:
Removed the dependency on Set::Scalar.


Index: require.t
===================================================================
RCS file: /cvsroot/koha/koha/t/require.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** require.t	20 Jun 2002 18:18:15 -0000	1.2
--- require.t	12 Oct 2002 06:09:10 -0000	1.3
***************
*** 4,7 ****
  eval { require Date::Manip; } || print "not "; print "ok ",$i++,"\n";
  eval { require DBI; }         || print "not "; print "ok ",$i++,"\n";
- eval { require Set::Scalar; } || print "not "; print "ok ",$i++,"\n";
  eval { require DBD::mysql; }  || print "not "; print "ok ",$i++,"\n";
--- 4,6 ----





More information about the Koha-cvs mailing list