From: Moritz Bunkus Date: Thu, 30 Dec 2010 15:31:43 +0000 (+0100) Subject: use strict X-Git-Tag: release-2.6.2beta1~17^2~3^2~4 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5f9aa88cc68949f06000a556a206ed01e0e30b2c;p=kivitendo-erp.git use strict --- 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;