diff --git a/lib/WebGUI/Command/upgrade.pm b/lib/WebGUI/Command/upgrade.pm index 58d09182c..4967715b3 100644 --- a/lib/WebGUI/Command/upgrade.pm +++ b/lib/WebGUI/Command/upgrade.pm @@ -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 { diff --git a/sbin/webgui.pl b/sbin/webgui.pl index 35e56366b..ce3ecf7f3 100755 --- a/sbin/webgui.pl +++ b/sbin/webgui.pl @@ -2,6 +2,7 @@ use strict; use warnings; +use WebGUI::Paths -inc; use WebGUI::Command; WebGUI::Command->run;