aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/Shared/GUI.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/AdminPanel/Shared/GUI.pm')
-rw-r--r--lib/AdminPanel/Shared/GUI.pm7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/AdminPanel/Shared/GUI.pm b/lib/AdminPanel/Shared/GUI.pm
index 22dd0871..ca0f91eb 100644
--- a/lib/AdminPanel/Shared/GUI.pm
+++ b/lib/AdminPanel/Shared/GUI.pm
@@ -53,8 +53,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
=cut
-use strict;
-use warnings;
+use Moose;
+
use diagnostics;
use yui;
@@ -62,9 +62,6 @@ use AdminPanel::Shared qw(pathList2hash);
use AdminPanel::Shared::Locales;
-use Moose;
-
-
has 'loc' => (
is => 'rw',
init_arg => undef,