diff options
author | matteo <matteo.pasotti@gmail.com> | 2014-10-05 23:29:43 +0300 |
---|---|---|
committer | matteo <matteo.pasotti@gmail.com> | 2014-10-05 23:29:43 +0300 |
commit | f4ac24e95ef87873b9ba8d05d359a60db0166913 (patch) | |
tree | 9be4cf19f56fdc71875791925e68ebf5d0064c05 /lib/AdminPanel/Module/Clock.pm | |
parent | 5b42f3332afcc5f42e9c028113af0ad65a5acf23 (diff) | |
download | manatools-f4ac24e95ef87873b9ba8d05d359a60db0166913.tar manatools-f4ac24e95ef87873b9ba8d05d359a60db0166913.tar.gz manatools-f4ac24e95ef87873b9ba8d05d359a60db0166913.tar.bz2 manatools-f4ac24e95ef87873b9ba8d05d359a60db0166913.tar.xz manatools-f4ac24e95ef87873b9ba8d05d359a60db0166913.zip |
dropped use strict in favor of use Moose
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; |