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/xmms.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/xmms.pl') diff --git a/scripts/xmms.pl b/scripts/xmms.pl index 6a72b1e..dcd8278 100644 --- a/scripts/xmms.pl +++ b/scripts/xmms.pl @@ -83,7 +83,7 @@ Example: /set xmms_format_time %%m minutes, %%s seconds my %xi; - open(XMMS, $xf); + open(XMMS, "<", $xf); while () { chomp; my ($key, $value) = split /: /, $_, 2; -- cgit v1.2.3