diff options
author | Matteo Pasotti <matteo.pasotti@gmail.com> | 2014-10-09 19:57:31 +0200 |
---|---|---|
committer | Matteo Pasotti <matteo.pasotti@gmail.com> | 2014-10-09 19:57:31 +0200 |
commit | 8551902ed3639307e321930a088604a41c115fe6 (patch) | |
tree | d51a75eeac61db46a2df9d242edeff9bcbe8bce1 /lib/AdminPanel/Shared/GUI.pm | |
parent | 108cb44c1e86aaabf334ec3d63eebe5286b4f780 (diff) | |
parent | 0ebbb4d0eb180c6b95da35667ea70d740085a2dd (diff) | |
download | manatools-8551902ed3639307e321930a088604a41c115fe6.tar manatools-8551902ed3639307e321930a088604a41c115fe6.tar.gz manatools-8551902ed3639307e321930a088604a41c115fe6.tar.bz2 manatools-8551902ed3639307e321930a088604a41c115fe6.tar.xz manatools-8551902ed3639307e321930a088604a41c115fe6.zip |
Merge branch 'master' of ssh://git.mageia.org/software/adminpanel
Diffstat (limited to 'lib/AdminPanel/Shared/GUI.pm')
-rw-r--r-- | lib/AdminPanel/Shared/GUI.pm | 7 |
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, |