Subject: | [patch] avoid 'Use of uninitialized value' warning in sub debug |
--- RADIUS-UserFile-1.01/UserFile.pm Thu Dec 13 18:51:40 2001
+++ libradius-userfile-perl-1.01/UserFile.pm Thu May 16 07:48:47 2002
@@ -230,7 +230,8 @@
comments => undef,
check_items => undef,
ERROR => undef,
- DEBUG => undef
+ #DEBUG => undef
+ DEBUG => 0, #avoid Use of uninitialized value in sub debug
);
# Create, initialize, and return a new RADIUS::UserFile object.