move -inc to better location
This commit is contained in:
parent
e4696b28a7
commit
8d374c2d92
2 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ use WebGUI::Command -command;
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use WebGUI::Paths -inc;
|
use WebGUI::Paths;
|
||||||
use WebGUI::Upgrade;
|
use WebGUI::Upgrade;
|
||||||
|
|
||||||
sub opt_spec {
|
sub opt_spec {
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
|
use WebGUI::Paths -inc;
|
||||||
use WebGUI::Command;
|
use WebGUI::Command;
|
||||||
WebGUI::Command->run;
|
WebGUI::Command->run;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue