koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha Install.pm,1.1.2.18,1.1.2.19


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha Install.pm,1.1.2.18,1.1.2.19
Date: Wed, 23 Oct 2002 08:38:54 -0700

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

Modified Files:
      Tag: rel-1-2
        Install.pm 
Log Message:
Fixed warning messsage "v-string in use/require non-portable" when using Perl
5.8


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/Attic/Install.pm,v
retrieving revision 1.1.2.18
retrieving revision 1.1.2.19
diff -C2 -r1.1.2.18 -r1.1.2.19
*** Install.pm  23 Oct 2002 15:34:11 -0000      1.1.2.18
--- Install.pm  23 Oct 2002 15:38:51 -0000      1.1.2.19
***************
*** 229,233 ****
      showmessage($message, 'none');
      
!     unless (eval "require 5.6.0") {
        die getmessage('PerlVersionFailure', ['5.6.0']);
      }
--- 229,233 ----
      showmessage($message, 'none');
      
!     unless (eval "require 5.006_000") {
        die getmessage('PerlVersionFailure', ['5.6.0']);
      }




reply via email to

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