From 9e6dee05bf21521feaaea1cf4c4c8e0e7f19de66 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Tue, 30 Apr 2013 16:03:02 +0200 Subject: [PATCH] libvideosite: get rid of //= --- libvideosite.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvideosite.pm b/libvideosite.pm index 4920801..bebc8a5 100644 --- a/libvideosite.pm +++ b/libvideosite.pm @@ -132,9 +132,9 @@ sub _io { # This will define the outputprefix once, so we don't have # do do this every time. - $outputprefix //= sprintf("%svideosite: %s", + $outputprefix = sprintf("%svideosite: %s", $remote_api->{color}->('magenta'), - $remote_api->{color}->()); + $remote_api->{color}->()) unless(defined($outputprefix)); $format = $outputprefix . shift(@text); # -- 1.8.3.1