move autoflush to better location
This commit is contained in:
parent
279d0c3d30
commit
caf9efc784
2 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ use warnings;
|
|||
use App::Cmd::Setup -app;
|
||||
|
||||
use constant plugin_search_path => __PACKAGE__;
|
||||
$|++;
|
||||
|
||||
1;
|
||||
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@ use warnings;
|
|||
|
||||
use WebGUI::Paths -inc;
|
||||
use WebGUI::Command;
|
||||
$|++;
|
||||
WebGUI::Command->run;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue