X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/8084ef359515031ec8429b49baf0ab09858f55d2..28d69bb85e934088a56e6e8458cd08d3794e1f8b:/SL/Template/Plugin/JSON.pm 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);