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

Ambrose Li acli at users.sourceforge.net
Sun Jan 26 17:18:36 CET 2003


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']);
      }
  





More information about the Koha-cvs mailing list