X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/70bf75174885ce60e8236dbc3637807b130fd5e5..5f9aa88cc68949f06000a556a206ed01e0e30b2c:/SL/Controller/Base.pm 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;