[freeside-commits] freeside/FS/FS Conf.pm,1.388,1.389

Ivan,,, ivan at wavetail.420.am
Mon Oct 18 17:06:50 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv1058

Modified Files:
	Conf.pm 
Log Message:
fix "use of uninitialized value in string eq" warning running freeside-setup

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -w -d -r1.388 -r1.389
--- Conf.pm	18 Oct 2010 02:46:32 -0000	1.388
+++ Conf.pm	19 Oct 2010 00:06:48 -0000	1.389
@@ -395,6 +395,7 @@
 
   } else {
 
+    no warnings 'uninitialized';
     $error .= "$key fails binary comparison; "
       unless scalar($self->config_binary($key)) eq scalar($compat->config_binary($key));
 



More information about the freeside-commits mailing list