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.1.2.2,1.1.2.3


From: Mike Mylonas
Subject: [Koha-cvs] CVS: koha/t require.t,1.1.2.2,1.1.2.3
Date: Sat, 02 Nov 2002 01:43:45 -0800

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

Modified Files:
      Tag: rel-1-2
        require.t 
Log Message:
added newline at end of file

Index: require.t
===================================================================
RCS file: /cvsroot/koha/koha/t/require.t,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** require.t   2 Nov 2002 09:38:22 -0000       1.1.2.2
--- require.t   2 Nov 2002 09:43:43 -0000       1.1.2.3
***************
*** 8,10 ****
  eval { require Set::Scalar; } || print "not "; print "ok ",$i++,"\n";
  eval { require Digest::MD5; }  || print "not "; print "ok ",$i++,"\n";
! eval { require Net::Z3950; }  || print "not "; print "ok ",$i++,"\n";
\ No newline at end of file
--- 8,10 ----
  eval { require Set::Scalar; } || print "not "; print "ok ",$i++,"\n";
  eval { require Digest::MD5; }  || print "not "; print "ok ",$i++,"\n";
! eval { require Net::Z3950; }  || print "not "; print "ok ",$i++,"\n";




reply via email to

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