From 09bff7bf50e510d90a93be887ab5994df304e58f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 17 Sep 2012 18:00:30 +0200 Subject: [PATCH] strict --- SL/Controller/Layout/Css.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SL/Controller/Layout/Css.pm b/SL/Controller/Layout/Css.pm index a50f56407..43e2b68de 100644 --- a/SL/Controller/Layout/Css.pm +++ b/SL/Controller/Layout/Css.pm @@ -1,5 +1,7 @@ package SL::Controller::Layout::Css; +use strict; + use List::Util qw(max); use Exporter qw(import); -- 2.20.1