From a9944b277003276ea348dc99d38ff42785e2d31d Mon Sep 17 00:00:00 2001 From: Chris Nehren <cnehren@omniti.com> Date: Thu, 20 Jun 2013 14:10:56 -0400 Subject: [PATCH] remove spurious `my` --- lib/Core/WatchOutput.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Core/WatchOutput.pm b/lib/Core/WatchOutput.pm index 533dd16..9272e22 100644 --- a/lib/Core/WatchOutput.pm +++ b/lib/Core/WatchOutput.pm @@ -74,7 +74,7 @@ sub handler { if($cache) { $output = cache_command($command, $cache); } else { - my $output = run_command($command); + $output = run_command($command); } chomp $output; my $status = $? >> 8; -- GitLab