move autoflush to better location

This commit is contained in:
Graham Knop 2011-07-05 07:39:41 -05:00
parent 279d0c3d30
commit caf9efc784
2 changed files with 1 additions and 1 deletions

View file

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

View file

@ -4,5 +4,6 @@ use warnings;
use WebGUI::Paths -inc;
use WebGUI::Command;
$|++;
WebGUI::Command->run;