From b1a527682df2cf329f372e61df1d376e4964e285 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Wed, 18 May 2011 14:12:23 -0500 Subject: [PATCH] do not buffer command output --- lib/WebGUI/Command.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/WebGUI/Command.pm b/lib/WebGUI/Command.pm index 71b7bf358..9b10ba638 100644 --- a/lib/WebGUI/Command.pm +++ b/lib/WebGUI/Command.pm @@ -4,5 +4,7 @@ use warnings; use App::Cmd::Setup -app; use constant plugin_search_path => __PACKAGE__; +$|++; + 1;