From 5f9aa88cc68949f06000a556a206ed01e0e30b2c Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 30 Dec 2010 16:31:43 +0100 Subject: [PATCH] use strict --- SL/Controller/Base.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SL/Controller/Base.pm b/SL/Controller/Base.pm index 2db21151a..982c379ab 100644 --- a/SL/Controller/Base.pm +++ b/SL/Controller/Base.pm @@ -1,5 +1,7 @@ package SL::Controller::Base; +use strict; + use parent qw(Rose::Object); use Carp; -- 2.20.1