diff options
| author | Obfuscoder | 2014-10-24 23:01:30 +0200 |
|---|---|---|
| committer | Obfuscoder | 2014-10-24 23:01:30 +0200 |
| commit | 55e10f5aeb6d0559518623a432263d4a73d7614b (patch) | |
| tree | c8125ac40ada1411c240cd68d6535d532849e631 /scripts/xmms.pl | |
| parent | ff9a44047a299bce4995c22fd6f15851e1b065ee (diff) | |
| download | scripts.irssi.org-55e10f5aeb6d0559518623a432263d4a73d7614b.tar.bz2 | |
Fix perlcritic issues for all scripts starting with s to z
Diffstat (limited to 'scripts/xmms.pl')
| -rw-r--r-- | scripts/xmms.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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 (<XMMS>) { chomp; my ($key, $value) = split /: /, $_, 2; |
