From f4ac24e95ef87873b9ba8d05d359a60db0166913 Mon Sep 17 00:00:00 2001 From: matteo Date: Sun, 5 Oct 2014 23:29:43 +0300 Subject: dropped use strict in favor of use Moose --- lib/AdminPanel/Module/Services.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/AdminPanel/Module/Services.pm') diff --git a/lib/AdminPanel/Module/Services.pm b/lib/AdminPanel/Module/Services.pm index 006ca49d..4704c802 100644 --- a/lib/AdminPanel/Module/Services.pm +++ b/lib/AdminPanel/Module/Services.pm @@ -57,7 +57,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA use Moose; -use strict; use English; use MDK::Common::String qw(formatAlaTeX); -- cgit v1.2.1