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/Shared/JournalCtl.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/AdminPanel/Shared/JournalCtl.pm') diff --git a/lib/AdminPanel/Shared/JournalCtl.pm b/lib/AdminPanel/Shared/JournalCtl.pm index 1514252..8cee01b 100644 --- a/lib/AdminPanel/Shared/JournalCtl.pm +++ b/lib/AdminPanel/Shared/JournalCtl.pm @@ -49,11 +49,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. =cut +use Moose; use diagnostics; -use strict; - -use Moose; has 'this_boot' => ( -- cgit v1.2.1