koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/misc Install.pm,1.24,1.25


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.24,1.25
Date: Sun, 26 Jan 2003 08:18:36 -0800

Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv19698/misc

Modified Files:
        Install.pm 
Log Message:
Bump minimum perl version to 5.6.1 (Bug 179)


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** Install.pm  25 Jan 2003 19:00:05 -0000      1.24
--- Install.pm  26 Jan 2003 16:18:34 -0000      1.25
***************
*** 621,627 ****
      showmessage($message, 'none');
  
!     # FIXME: Perl 5.6 is BUGGY!!! IT SHOULD NOT BE USED in production!!!
!     unless (eval "require 5.006_000") {
!       die getmessage('PerlVersionFailure', ['5.6.0']);
      }
  
--- 621,626 ----
      showmessage($message, 'none');
  
!     unless ($] >= 5.006001) {                 # Bug 179
!       die getmessage('PerlVersionFailure', ['5.6.1']);
      }
  




reply via email to

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