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

Steve Tonnesen tonnesen at users.sourceforge.net
Wed Oct 23 17:38:54 CEST 2002


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





More information about the Koha-cvs mailing list