From 55e10f5aeb6d0559518623a432263d4a73d7614b Mon Sep 17 00:00:00 2001 From: Obfuscoder Date: Fri, 24 Oct 2014 23:01:30 +0200 Subject: Fix perlcritic issues for all scripts starting with s to z --- scripts/xqf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/xqf.pl') diff --git a/scripts/xqf.pl b/scripts/xqf.pl index d64c44c..2ea7a30 100644 --- a/scripts/xqf.pl +++ b/scripts/xqf.pl @@ -108,7 +108,7 @@ sub checkLaunchInfo { sub fetchLaunchInfo { my $reply; - open(FH, "<".Irssi::settings_get_str('xqfLaunchInfo')); + open(FH, "<", Irssi::settings_get_str('xqfLaunchInfo')); my @LaunchInfo = ; close (FH); -- cgit v1.2.3