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/Module/Clock.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/Module/Clock.pm')
-rw-r--r-- | lib/AdminPanel/Module/Clock.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AdminPanel/Module/Clock.pm b/lib/AdminPanel/Module/Clock.pm index b96f1c70..5a75f328 100644 --- a/lib/AdminPanel/Module/Clock.pm +++ b/lib/AdminPanel/Module/Clock.pm @@ -53,7 +53,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA use Moose; use diagnostics; -use strict; use AdminPanel::Shared::GUI; use AdminPanel::Shared::Locales; |