koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/t require.t,1.2,1.3
Date: Fri, 11 Oct 2002 23:09:12 -0700

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 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]