From: Sven Schöling Date: Thu, 13 Oct 2011 10:03:01 +0000 (+0200) Subject: fehlendes strict X-Git-Tag: release-2.7.0beta1~226 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=d259fd6622ef7b39fe643bb561bc58a44f5257b0;p=kivitendo-erp.git fehlendes strict --- diff --git a/SL/Template/Plugin/JSON.pm b/SL/Template/Plugin/JSON.pm index 3709d8f0a..1fe8f19d4 100644 --- a/SL/Template/Plugin/JSON.pm +++ b/SL/Template/Plugin/JSON.pm @@ -1,5 +1,6 @@ package SL::Template::Plugin::JSON; +use strict; use JSON (); use Carp qw(croak); use base qw(Template::Plugin);