[Top][All Lists]
[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']);
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/misc Install.pm,1.24,1.25,
Ambrose Li <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/zh-TW opac-search.tmpl,1.1,1.2
- Next by Date:
[Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.15,1.16 additem.pl,1.11,1.12 marcimport.pl,1.26,1.27
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/zh-TW opac-search.tmpl,1.1,1.2
- Next by thread:
[Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.15,1.16 additem.pl,1.11,1.12 marcimport.pl,1.26,1.27
- Index(es):