do not buffer command output

This commit is contained in:
Doug Bell 2011-05-18 14:12:23 -05:00
parent 72667d0bd1
commit b1a527682d

View file

@ -4,5 +4,7 @@ use warnings;
use App::Cmd::Setup -app;
use constant plugin_search_path => __PACKAGE__;
$|++;
1;