Logger.pm: define '$LOGFILE'

non-bareword LOGFILE should be defined.
pull/816/head
Dmitry Smirnov 2015-04-17 11:15:49 +10:00
parent 59b63188cb
commit 85d75b0b27
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ our %priorities = (
);
our $logger;
our $LOGFILE;
sub new
{