Skip to content

Commit

Permalink
move -inc to better location
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Apr 6, 2011
1 parent e4696b2 commit 8d374c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebGUI/Command/upgrade.pm
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions sbin/webgui.pl
Expand Up @@ -2,6 +2,7 @@
use strict;
use warnings;

use WebGUI::Paths -inc;
use WebGUI::Command;
WebGUI::Command->run;

0 comments on commit 8d374c2

Please sign in to comment.