koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha installer.pl,1.2.2.56.2.2,1.2.2.56.2.3 koha.upgrade


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha installer.pl,1.2.2.56.2.2,1.2.2.56.2.3 koha.upgrade,1.1.2.11.2.1,1.1.2.11.2.2
Date: Mon, 22 Jul 2002 15:11:34 -0700

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

Modified Files:
      Tag: koha-1_2_2
        installer.pl koha.upgrade 
Log Message:
For some reason the eval {require Net::Z3950} trick isn't working if I have use
diagnostics; enabled.  Anybody know why that is?  Can anybody even confirm that
this happens?


Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.56.2.2
retrieving revision 1.2.2.56.2.3
diff -C2 -r1.2.2.56.2.2 -r1.2.2.56.2.3
*** installer.pl        22 Jul 2002 21:57:03 -0000      1.2.2.56.2.2
--- installer.pl        22 Jul 2002 22:11:31 -0000      1.2.2.56.2.3
***************
*** 1,5 ****
  #!/usr/bin/perl -w # please develop with -w
  
! use diagnostics;
  use strict; # please develop with the strict pragma
  
--- 1,5 ----
  #!/usr/bin/perl -w # please develop with -w
  
! #use diagnostics;
  use strict; # please develop with the strict pragma
  

Index: koha.upgrade
===================================================================
RCS file: /cvsroot/koha/koha/koha.upgrade,v
retrieving revision 1.1.2.11.2.1
retrieving revision 1.1.2.11.2.2
diff -C2 -r1.1.2.11.2.1 -r1.1.2.11.2.2
*** koha.upgrade        22 Jul 2002 21:57:03 -0000      1.1.2.11.2.1
--- koha.upgrade        22 Jul 2002 22:11:31 -0000      1.1.2.11.2.2
***************
*** 1,5 ****
  #!/usr/bin/perl -w
  
! use diagnostics;
  use strict; # please develop with the strict pragma
  
--- 1,5 ----
  #!/usr/bin/perl -w
  
! #use diagnostics;
  use strict; # please develop with the strict pragma
  




reply via email to

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