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.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/AdminPanel/Module.pm') diff --git a/lib/AdminPanel/Module.pm b/lib/AdminPanel/Module.pm index acddc8f..cdb54a0 100644 --- a/lib/AdminPanel/Module.pm +++ b/lib/AdminPanel/Module.pm @@ -30,8 +30,6 @@ Version 0.01 our $VERSION = '1.0.0'; -use strict; -use warnings; use diagnostics; use yui; -- cgit v1.2.1