From: Manni H. <man...@us...> - 2005-02-24 12:53:34
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11232 Modified Files: popfile.pl Log Message: Silence warnings that occur when modules are checked that have a strange numbering scheme by treating $ver and -1 as strings. Index: popfile.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile.pl,v retrieving revision 1.227 retrieving revision 1.228 diff -C2 -d -r1.227 -r1.228 *** popfile.pl 27 Dec 2004 18:14:09 -0000 1.227 --- popfile.pl 24 Feb 2005 12:53:11 -0000 1.228 *************** *** 56,60 **** $ver = -1 if $@; ! if ( $ver == -1 ) { if ( $required eq 'REQUIRED' ) { $fatal = 1; --- 56,60 ---- $ver = -1 if $@; ! if ( $ver eq '-1' ) { if ( $required eq 'REQUIRED' ) { $fatal = 1; |