move -inc to better location

This commit is contained in:
Graham Knop 2010-07-02 00:22:56 -05:00
parent e4696b28a7
commit 8d374c2d92
2 changed files with 2 additions and 1 deletions

View file

@ -14,7 +14,7 @@ use WebGUI::Command -command;
use strict;
use warnings;
use WebGUI::Paths -inc;
use WebGUI::Paths;
use WebGUI::Upgrade;
sub opt_spec {

View file

@ -2,6 +2,7 @@
use strict;
use warnings;
use WebGUI::Paths -inc;
use WebGUI::Command;
WebGUI::Command->run;